]> git.sur5r.net Git - i3/i3/blobdiff - libi3/format_placeholders.c
Ensure all *.[ch] files include config.h
[i3/i3] / libi3 / format_placeholders.c
index c9cbbea446274567c09e8c62927ef390884d6c8a..59e947811ec0fdce22abeddf3eca42aa38eec713 100644 (file)
@@ -5,12 +5,12 @@
  * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
+#include "libi3.h"
+
 #include <stdlib.h>
 #include <stdint.h>
 #include <string.h>
 
-#include "libi3.h"
-
 #ifndef STARTS_WITH
 #define STARTS_WITH(string, needle) (strncasecmp((string), (needle), strlen((needle))) == 0)
 #endif