]> git.sur5r.net Git - i3/i3/blobdiff - libi3/ipc_recv_message.c
ipc: tree reply: document focus, nodes and floating_nodes (#2955)
[i3/i3] / libi3 / ipc_recv_message.c
index cb4edd6732b956f91e24c1738b796d5263a47c97..16dda90d89b8cbcd5ec540aff00b1c3aba86d46c 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 <stdio.h>
@@ -14,8 +16,6 @@
 
 #include <i3/ipc.h>
 
-#include "libi3.h"
-
 /*
  * Reads a message from the given socket file descriptor and stores its length
  * (reply_length) as well as a pointer to its contents (reply).