From 148026007cae3b97d39d2cfee7562c139eb486b2 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 16 Oct 2017 21:10:35 +0200 Subject: One header file for type definitions and function declarations --- thumbs.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index a9f4fe0..a99c764 100644 --- a/thumbs.c +++ b/thumbs.c @@ -16,8 +16,11 @@ * along with sxiv. If not, see . */ +#include "sxiv.h" +#define _THUMBS_CONFIG +#include "config.h" + #include -#include #include #include #include @@ -25,13 +28,6 @@ #include #include -#include "options.h" -#include "thumbs.h" -#include "util.h" - -#define _THUMBS_CONFIG -#include "config.h" - #if HAVE_LIBEXIF #include void exif_auto_orientate(const fileinfo_t*); -- cgit v1.2.3-54-g00ecf