]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/parse_json_header.c
Ensure all *.[ch] files include config.h
[i3/i3] / i3bar / src / parse_json_header.c
index 1cd951065c8e379f123d08671b12c769e8468e8f..3d4c2a67f2490652129d361197eeb7535e3849ed 100644 (file)
@@ -8,6 +8,8 @@
  *                      protocol version and features.
  *
  */
+#include "common.h"
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <sys/types.h>
@@ -25,8 +27,6 @@
 #include <yajl/yajl_parse.h>
 #include <yajl/yajl_version.h>
 
-#include "common.h"
-
 static enum {
     KEY_VERSION,
     KEY_STOP_SIGNAL,