]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/outputs.c
Merge pull request #2507 from stapelberg/autotools
[i3/i3] / i3bar / src / outputs.c
index b53d8cc8517a023d0a8dfe6a17e9c4fe8615ab71..480c00be7dd90a1b9e500b3074e87888da64bcbc 100644 (file)
@@ -7,6 +7,8 @@
  * outputs.c: Maintaining the outputs list
  *
  */
+#include "common.h"
+
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -15,8 +17,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 outputs_json_params {
     struct outputs_head *outputs;