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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
