]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/workspaces.c
Ensure all *.[ch] files include config.h
[i3/i3] / i3bar / src / workspaces.c
index 1187a946c3e0a81ec98a8ff8d1d6203995b8753b..233249893ecf10fc96e3d598d9cee64779b0837b 100644 (file)
@@ -7,6 +7,8 @@
  * workspaces.c: Maintaining the workspace lists
  *
  */
+#include "common.h"
+
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -14,8 +16,6 @@
 #include <yajl/yajl_parse.h>
 #include <yajl/yajl_version.h>
 
-#include "common.h"
-
 /* A datatype to pass through the callbacks to save the state */
 struct workspaces_json_params {
     struct ws_head *workspaces;