]> git.sur5r.net Git - i3/i3/blobdiff - libi3/safewrappers.c
Ensure all *.[ch] files include config.h
[i3/i3] / libi3 / safewrappers.c
index 0a233a1271f996272a50751c964e5ecf94b17015..94ad4ee6c60a73fa4a28ae6cb4d353d9f5bfff4b 100644 (file)
@@ -5,6 +5,8 @@
  * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
+#include "libi3.h"
+
 #include <string.h>
 #include <stdlib.h>
 #include <stdarg.h>
@@ -13,8 +15,6 @@
 #include <err.h>
 #include <errno.h>
 
-#include "libi3.h"
-
 /*
  * The s* functions (safe) are wrappers around malloc, strdup, …, which exits if one of
  * the called functions returns NULL, meaning that there is no more memory available