summaryrefslogtreecommitdiff
path: root/src/x11
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-02-08 16:38:18 +0200
committerRan Benita <ran234@gmail.com>2014-02-08 16:38:18 +0200
commit8cc9434fd2578bc22ce6296b465bbe652b7ecdf1 (patch)
tree6a5c45cbdde6d6b8733eb9ecc2181e77730cf829 /src/x11
parentac42103b0d21e7f9bdaf252090e7bec5938b6c5f (diff)
downloadxorg-lib-libxkbcommon-8cc9434fd2578bc22ce6296b465bbe652b7ecdf1.tar.gz
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>
Diffstat (limited to 'src/x11')
-rw-r--r--src/x11/x11-priv.h2
1 files changed, 1 insertions, 1 deletions
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