summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2013-01-23 11:59:37 -0800
committerJason Gerecke <killertofu@gmail.com>2013-01-24 16:31:02 -0800
commit9a664ab7b99ca68e29f73196c216b3a6918325d5 (patch)
treec8c5d740ebf2c19413275cc03b525c31324cdd57
parent352f33964f606370cf2ad6f4edf0800f18c8ed15 (diff)
downloadxf86-input-wacom-9a664ab7b99ca68e29f73196c216b3a6918325d5.tar.gz
include: Move wacom-util.h after X11 headers
Combined with the "#ifndef" in commit c95c1f2c, this fixes the compiler warnings generated about ARRAY_SIZE being redefined. Signed-off-by: Jason Gerecke <killertofu@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/xf86Wacom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h
index 2475550..cf71c79 100644
--- a/src/xf86Wacom.h
+++ b/src/xf86Wacom.h
@@ -23,7 +23,6 @@
#include <xorg-server.h>
#include <xorgVersion.h>
-#include <wacom-util.h>
#include "Xwacom.h"
/* max number of input events to read in one read call */
@@ -38,6 +37,8 @@
#include <mipointer.h>
#include <X11/Xatom.h>
+#include <wacom-util.h>
+
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 18
#define LogMessageVerbSigSafe xf86MsgVerb
#endif