[PATCH 16/19] xfree86: purge superfluous includes from xf86Xinput.c

Peter Hutterer peter.hutterer at who-t.net
Thu Jul 29 23:21:32 PDT 2010


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 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 defb83a..a6b0b58 100644
--- a/hw/xfree86/common/xf86Xinput.c
+++ b/hw/xfree86/common/xf86Xinput.c
@@ -59,20 +59,11 @@
 #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"
 #include "loaderProcs.h"
 
-#ifdef DPMSExtension
-#include <X11/extensions/dpmsconst.h>
-#include "dpmsproc.h"
-#endif
-
 #include "exevents.h"	/* AddInputDevice */
 #include "exglobals.h"
 #include "eventstr.h"
@@ -85,15 +76,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 */
@@ -105,7 +90,6 @@
 
 #include "xkbsrv.h"
 
-#include "os.h"
 
 EventListPtr xf86Events = NULL;
 
-- 
1.7.2



More information about the xorg-devel mailing list