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 --- image.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'image.c') diff --git a/image.c b/image.c index 5d7f5cf..75dc346 100644 --- a/image.c +++ b/image.c @@ -16,6 +16,10 @@ * along with sxiv. If not, see . */ +#include "sxiv.h" +#define _IMAGE_CONFIG +#include "config.h" + #include #include #include @@ -23,13 +27,6 @@ #include #include -#include "image.h" -#include "options.h" -#include "util.h" - -#define _IMAGE_CONFIG -#include "config.h" - #if HAVE_LIBEXIF #include #endif -- cgit v1.2.3-54-g00ecf