]> git.sur5r.net Git - i3/i3/blobdiff - libi3/get_colorpixel.c
Ensure all *.[ch] files include config.h
[i3/i3] / libi3 / get_colorpixel.c
index dc6d774825ed53ff74f7d3434c9c2b2826b5b325..9bdd0a7191e7f151b49fe44df2b7922aeeb0c9dc 100644 (file)
@@ -5,13 +5,13 @@
  * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
+#include "libi3.h"
+
 #include <stdlib.h>
 #include <stdint.h>
 #include <string.h>
 
 #include "queue.h"
-#include "libi3.h"
-
 struct Colorpixel {
     char hex[8];
     uint32_t pixel;