summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-12-22 12:57:00 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-12-29 18:47:30 +1000
commitf01d266c9fa6665b9c0a7c32fcf413c04c36008e (patch)
tree3f98eab41426f4b0f30d81c2e8090b0d5ff1abc5
parentcd17b196a833c87cf72505c4fafa74f68bb1d1f9 (diff)
Remove unneeded include.
This include was added during the MPX/XI2 development cycle, likely when the headers weren't in an acceptable state and clients needed stuff defined in the proto headers. Normal clients shouldn't need the proto headers though and xinput builds fine without it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r--src/list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/list.c b/src/list.c
index 8633c62..aa88b28 100644
--- a/src/list.c
+++ b/src/list.c
@@ -23,7 +23,6 @@
#include "xinput.h"
#include <string.h>
-#include <X11/extensions/XIproto.h> /* for XI_Device***ChangedNotify */
static void
print_info(Display* dpy, XDeviceInfo *info, Bool shortformat)