diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-12-22 12:57:00 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-12-29 18:47:30 +1000 |
commit | f01d266c9fa6665b9c0a7c32fcf413c04c36008e (patch) | |
tree | 3f98eab41426f4b0f30d81c2e8090b0d5ff1abc5 /src | |
parent | cd17b196a833c87cf72505c4fafa74f68bb1d1f9 (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>
Diffstat (limited to 'src')
-rw-r--r-- | src/list.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |