]> git.sur5r.net Git - i3/i3/blobdiff - libi3/ipc_send_message.c
Ensure all *.[ch] files include config.h
[i3/i3] / libi3 / ipc_send_message.c
index a9ba31653e07cacc1b86ed030075eccccc509a52..c2cc0127d2a2f1131f049e311c3a536a656c7db9 100644 (file)
@@ -5,6 +5,8 @@
  * © 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.