]> git.sur5r.net Git - i3/i3/blobdiff - libi3/get_process_filename.c
Merge pull request #3475 from Gravemind/fix-i3bar-re-hidden-on-any-modifier
[i3/i3] / libi3 / get_process_filename.c
index 941d4439e75177161b09d3fdca06597a6aa8c24c..7e2ecbd24a51cf00195d836a4309d596deac3488 100644 (file)
@@ -2,9 +2,11 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 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.
  *