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 --- window.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'window.c') diff --git a/window.c b/window.c index 463e52a..71d439f 100644 --- a/window.c +++ b/window.c @@ -16,20 +16,17 @@ * along with sxiv. If not, see . */ +#include "sxiv.h" +#define _WINDOW_CONFIG +#include "config.h" +#include "icon/data.h" + #include #include #include #include #include -#include "options.h" -#include "util.h" -#include "window.h" -#include "icon/data.h" - -#define _WINDOW_CONFIG -#include "config.h" - enum { H_TEXT_PAD = 5, V_TEXT_PAD = 1 -- cgit v1.2.3