summaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rw-r--r--image.c11
1 files changed, 4 insertions, 7 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#include "sxiv.h"
+#define _IMAGE_CONFIG
+#include "config.h"
+
#include <errno.h>
#include <stdlib.h>
#include <string.h>
@@ -23,13 +27,6 @@
#include <sys/types.h>
#include <unistd.h>
-#include "image.h"
-#include "options.h"
-#include "util.h"
-
-#define _IMAGE_CONFIG
-#include "config.h"
-
#if HAVE_LIBEXIF
#include <libexif/exif-data.h>
#endif