From 8cc9434fd2578bc22ce6296b465bbe652b7ecdf1 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 8 Feb 2014 16:38:18 +0200 Subject: [PATCH] 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 --- src/x11/x11-priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#include "xkbcommon/xkbcommon-x11.h" #include "keymap.h" +#include "xkbcommon/xkbcommon-x11.h" /* Get a strdup'd name of an X atom. */ bool -- 2.7.4