]> git.sur5r.net Git - i3/i3/blobdiff - libi3/get_process_filename.c
Ensure all *.[ch] files include config.h
[i3/i3] / libi3 / get_process_filename.c
index a3dee9cd3ef84dddae60ac6d44cd2494ea3a4a93..7e2ecbd24a51cf00195d836a4309d596deac3488 100644 (file)
@@ -5,6 +5,8 @@
  * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
+#include "libi3.h"
+
 #include <assert.h>
 #include <stdint.h>
 #include <stdlib.h>
@@ -17,8 +19,6 @@
 #include <unistd.h>
 #include <err.h>
 
-#include "libi3.h"
-
 /*
  * Returns the name of a temporary file with the specified prefix.
  *