]> git.sur5r.net Git - i3/i3/commitdiff
Move the includes after the include guard, no need to include these files more than...
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 10 Oct 2011 14:21:08 +0000 (15:21 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 10 Oct 2011 14:54:17 +0000 (15:54 +0100)
include/data.h

index 7a280b2eccfe533b97e261ad605d65448fb41823..ba836d550067c1e8523593e67e03b16bc3e71064 100644 (file)
@@ -7,13 +7,15 @@
  * include/data.h: This file defines all data structures used by i3
  *
  */
+
+#ifndef _DATA_H
+#define _DATA_H
+
 #include <xcb/randr.h>
 #include <xcb/xcb_atom.h>
 #include <stdbool.h>
 #include <pcre.h>
 
-#ifndef _DATA_H
-#define _DATA_H
 #include "queue.h"
 
 /*