]> git.sur5r.net Git - i3/i3/blobdiff - libi3/get_exe_path.c
Ensure all *.[ch] files include config.h
[i3/i3] / libi3 / get_exe_path.c
index ef8f23bc25a1915385647f96656a9d4586cb6494..b9d35ea1f9ce8e510eac610c47ee12a3230aa861 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ */
+#include "libi3.h"
+
 #include <unistd.h>
 #include <string.h>
 #include <stdio.h>
@@ -5,8 +14,6 @@
 #include <stdlib.h>
 #include <errno.h>
 
-#include "libi3.h"
-
 /*
  * This function returns the absolute path to the executable it is running in.
  *