[PATCH xinput] Remove unneeded include.

Peter Hutterer peter.hutterer at who-t.net
Tue Dec 21 19:01:15 PST 2010


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 at who-t.net>
---
 src/list.c |    1 -
 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)
-- 
1.7.3.4


More information about the xorg-devel mailing list