diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 17:30:27 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 17:30:27 +0000 |
commit | ad4d62e1d318c629f994883e3b9926627bec16f0 (patch) | |
tree | cc79910057a1ad104071325b0e512584e38fad56 /src/evdev_abs.c | |
parent | e9a6f6d1a0b5cf6f7dc4fb122f6d28cbf3929960 (diff) |
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.evdev-1_1_0
Diffstat (limited to 'src/evdev_abs.c')
-rw-r--r-- | src/evdev_abs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/evdev_abs.c b/src/evdev_abs.c index 90938d9..ded329a 100644 --- a/src/evdev_abs.c +++ b/src/evdev_abs.c @@ -37,18 +37,12 @@ #include <X11/XF86keysym.h> #include <X11/extensions/XIproto.h> -/* The libc wrapper just blows... linux/input.h must be included - * before xf86_ansic.h and xf86_libc.h so we avoid defining ioctl - * twice. */ - #include <linux/input.h> #include <misc.h> #include <xf86.h> #include <xf86str.h> #include <xf86_OSproc.h> -#include <xf86_ansic.h> -#include <xf86_libc.h> #include <xf86Xinput.h> #include <exevents.h> #include <mipointer.h> |