]> git.sur5r.net Git - i3/i3/blobdiff - i3-input/main.c
Ensure all *.[ch] files include config.h
[i3/i3] / i3-input / main.c
index b467c4c37d86e867c747486097ce0b9c2761c4ff..97d574a220a051efda053e2433042c176859a267 100644 (file)
@@ -8,6 +8,8 @@
  *                  to i3.
  *
  */
+#include "libi3.h"
+
 #include <stdio.h>
 #include <sys/types.h>
 #include <stdlib.h>
@@ -31,8 +33,6 @@
 
 #include "i3-input.h"
 
-#include "libi3.h"
-
 /* IPC format string. %s will be replaced with what the user entered, then
  * the command will be sent to i3 */
 static char *format;