Commit 8cc9434fd2578bc22ce6296b465bbe652b7ecdf1

Ran Benita 2014-02-08T16:38:18

x11: make sure not to use compat header src/keymap.h already defines the necessary header guard, so just reverse the include order. Signed-off-by: Ran Benita <ran234@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/x11/x11-priv.h b/src/x11/x11-priv.h
index 03f9ee6..3a19e99 100644
--- a/src/x11/x11-priv.h
+++ b/src/x11/x11-priv.h
@@ -26,8 +26,8 @@
 
 #include <xcb/xkb.h>
 
-#include "xkbcommon/xkbcommon-x11.h"
 #include "keymap.h"
+#include "xkbcommon/xkbcommon-x11.h"
 
 /* Get a strdup'd name of an X atom. */
 bool