diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-07-30 13:59:29 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-09-01 15:26:51 +1000 |
commit | e930710ae5579752785d6b96ace4b44bf0199a6e (patch) | |
tree | 5869b9103d1750e07c899addbca7a1be9b352a85 | |
parent | 2b7840b63da6bc00aa40e8a427d9fd719ba5e6d0 (diff) |
xfree86: purge superfluous includes from xf86Xinput.c
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r-- | hw/xfree86/common/xf86Xinput.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c index 002c2afa7..aae9fe2d8 100644 --- a/hw/xfree86/common/xf86Xinput.c +++ b/hw/xfree86/common/xf86Xinput.c @@ -59,19 +59,10 @@ #include "xf86Priv.h" #include "xf86Config.h" #include "xf86Xinput.h" -#include "XIstubs.h" #include "xf86Optrec.h" -#include "xf86Parser.h" #include "mipointer.h" -#include "xf86InPriv.h" -#include "compiler.h" #include "extinit.h" -#ifdef DPMSExtension -#include <X11/extensions/dpmsconst.h> -#include "dpmsproc.h" -#endif - #include "exevents.h" /* AddInputDevice */ #include "exglobals.h" #include "eventstr.h" @@ -84,15 +75,9 @@ #include <sys/utsname.h> #endif -#include "extnsionst.h" - -#include "windowstr.h" /* screenIsSaved */ - #include <stdarg.h> #include <stdint.h> /* for int64_t */ -#include <X11/Xpoll.h> - #include "mi.h" #include <ptrveloc.h> /* dix pointer acceleration */ @@ -104,7 +89,6 @@ #include "xkbsrv.h" -#include "os.h" EventListPtr xf86Events = NULL; |