aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands.c b/commands.c
index 8a73462..8741a26 100644
--- a/commands.c
+++ b/commands.c
@@ -19,13 +19,13 @@
#include "nsxiv.h"
-#include <stdlib.h>
+#include "commands.h"
+
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include <sys/wait.h>
-
-#include "commands.h"
+#include <unistd.h>
extern img_t img;
extern tns_t tns;