]> git.sur5r.net Git - i3/i3/blobdiff - libi3/ipc_connect.c
Merge pull request #2551 from bapt/freebsd_fixes
[i3/i3] / libi3 / ipc_connect.c
index 69629daa6a657b6d98abcf58824935d0dc1264fa..2e6283425d47baf3853e4334f5837cd19d038496 100644 (file)
@@ -2,9 +2,11 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2013 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
+#include "libi3.h"
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
@@ -14,8 +16,6 @@
 #include <unistd.h>
 #include <fcntl.h>
 
-#include "libi3.h"
-
 /*
  * Connects to the i3 IPC socket and returns the file descriptor for the
  * socket. die()s if anything goes wrong.