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 --- commands.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 6c5fb1a..966ee4c 100644 --- a/commands.c +++ b/commands.c @@ -16,20 +16,15 @@ * along with sxiv. If not, see . */ +#include "sxiv.h" +#define _IMAGE_CONFIG +#include "config.h" + #include #include #include #include -#include "commands.h" -#include "image.h" -#include "options.h" -#include "thumbs.h" -#include "util.h" - -#define _IMAGE_CONFIG -#include "config.h" - void remove_file(int, bool); void load_image(int); void open_info(void); -- cgit v1.2.3-70-g09d2