summaryrefslogtreecommitdiff
path: root/test/state.c
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-03-24 12:33:28 +0200
committerDaniel Stone <daniel@fooishbar.org>2012-03-27 14:16:11 +0100
commitd3908b631c531aa3721d91297badad1c85e3c4f1 (patch)
treeceeadf6ff3a9738e8e122aa096aa0cc7bb55f196 /test/state.c
parent2165e16ed925616f2e3760ae9b41a8a076b22f5e (diff)
Define our own None atom value
Since we define our own xkb_atom_t type, it makes sense not to use the X11/X.h None value. This way we can also remove a lot of X11 includes. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'test/state.c')
-rw-r--r--test/state.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/state.c b/test/state.c
index 476ee18..5c6d1f5 100644
--- a/test/state.c
+++ b/test/state.c
@@ -26,8 +26,6 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
-#include <X11/X.h>
-#include <X11/Xdefs.h>
#include <X11/keysym.h>
#include <linux/input.h>
#include "xkbcommon/xkbcommon.h"