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>
This commit is contained in:
Peter Hutterer 2010-07-30 13:59:29 +10:00
parent 2b7840b63d
commit e930710ae5

View File

@ -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;