From e930710ae5579752785d6b96ace4b44bf0199a6e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 30 Jul 2010 13:59:29 +1000 Subject: [PATCH] xfree86: purge superfluous includes from xf86Xinput.c Signed-off-by: Peter Hutterer Reviewed-by: Adam Jackson Reviewed-by: Daniel Stone --- hw/xfree86/common/xf86Xinput.c | 16 ---------------- 1 file changed, 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 -#include "dpmsproc.h" -#endif - #include "exevents.h" /* AddInputDevice */ #include "exglobals.h" #include "eventstr.h" @@ -84,15 +75,9 @@ #include #endif -#include "extnsionst.h" - -#include "windowstr.h" /* screenIsSaved */ - #include #include /* for int64_t */ -#include - #include "mi.h" #include /* dix pointer acceleration */ @@ -104,7 +89,6 @@ #include "xkbsrv.h" -#include "os.h" EventListPtr xf86Events = NULL;