From: Peter Hutterer Date: Wed, 22 Dec 2010 02:57:00 +0000 (+1000) Subject: Remove unneeded include. X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/f01d266c9fa6665b9c0a7c32fcf413c04c36008e?ds=inline;hp=--cc 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 Reviewed-by: Daniel Stone --- f01d266c9fa6665b9c0a7c32fcf413c04c36008e 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 -#include /* for XI_Device***ChangedNotify */ static void print_info(Display* dpy, XDeviceInfo *info, Bool shortformat)