]> diplodocus.org Git - xorg-xinput/commitdiff
Remove unneeded include.
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 22 Dec 2010 02:57:00 +0000 (12:57 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 29 Dec 2010 08:47:30 +0000 (18:47 +1000)
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>
src/list.c

index 8633c62434f3632e58b2f2a2454f63272d32f6d8..aa88b28c7e6e92f0dfa25b4338fb2d6848b69d1c 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "xinput.h"
 #include <string.h>
 
 #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)
 
 static void
 print_info(Display* dpy, XDeviceInfo   *info, Bool shortformat)