]> git.sur5r.net Git - i3/i3/blobdiff - libi3/ipc_send_message.c
Merge branch 'release-4.16.1'
[i3/i3] / libi3 / ipc_send_message.c
index 80709ed3b255c638933e0644841accecc7eb4318..c2cc0127d2a2f1131f049e311c3a536a656c7db9 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 <string.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -14,8 +16,6 @@
 
 #include <i3/ipc.h>
 
-#include "libi3.h"
-
 /*
  * Formats a message (payload) of the given size and type and sends it to i3 via
  * the given socket file descriptor.