]> git.sur5r.net Git - i3/i3/blobdiff - libi3/fake_configure_notify.c
Ensure all *.[ch] files include config.h
[i3/i3] / libi3 / fake_configure_notify.c
index 2c4d4559848ffd23d10632ebea4219459117ef69..145f4512248b7170c98d5a7ec450dcf29e6c4bd6 100644 (file)
@@ -5,14 +5,14 @@
  * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
+#include "libi3.h"
+
 #include <stdlib.h>
 #include <stdbool.h>
 
 #include <xcb/xcb.h>
 #include <xcb/xproto.h>
 
-#include "libi3.h"
-
 /*
  * Generates a configure_notify event and sends it to the given window
  * Applications need this to think they’ve configured themselves correctly.