diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 16:49:35 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 16:49:35 +0930 |
commit | e251c9e75afdc5e32f2bc9801712272358934266 (patch) | |
tree | ba8e3832d6cc9b9abc64686bfebdf06ec2f6fe52 /hw/xfree86/common/xf86MiscExt.c | |
parent | 1d0438de176551aaeff549664f00b8bd83d465af (diff) |
Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac
Diffstat (limited to 'hw/xfree86/common/xf86MiscExt.c')
-rw-r--r-- | hw/xfree86/common/xf86MiscExt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/common/xf86MiscExt.c b/hw/xfree86/common/xf86MiscExt.c index 40c196a3e..8817b792a 100644 --- a/hw/xfree86/common/xf86MiscExt.c +++ b/hw/xfree86/common/xf86MiscExt.c @@ -48,13 +48,9 @@ #define XF86_OS_PRIVS #include "xf86_OSlib.h" -#ifdef XINPUT #include <X11/extensions/XI.h> #include <X11/extensions/XIproto.h> #include "xf86Xinput.h" -#else -#include "inputstr.h" -#endif #include "xf86OSmouse.h" |