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:
		
							parent
							
								
									2b7840b63d
								
							
						
					
					
						commit
						e930710ae5
					
				| 
						 | 
					@ -59,19 +59,10 @@
 | 
				
			||||||
#include "xf86Priv.h"
 | 
					#include "xf86Priv.h"
 | 
				
			||||||
#include "xf86Config.h"
 | 
					#include "xf86Config.h"
 | 
				
			||||||
#include "xf86Xinput.h"
 | 
					#include "xf86Xinput.h"
 | 
				
			||||||
#include "XIstubs.h"
 | 
					 | 
				
			||||||
#include "xf86Optrec.h"
 | 
					#include "xf86Optrec.h"
 | 
				
			||||||
#include "xf86Parser.h"
 | 
					 | 
				
			||||||
#include "mipointer.h"
 | 
					#include "mipointer.h"
 | 
				
			||||||
#include "xf86InPriv.h"
 | 
					 | 
				
			||||||
#include "compiler.h"
 | 
					 | 
				
			||||||
#include "extinit.h"
 | 
					#include "extinit.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef DPMSExtension
 | 
					 | 
				
			||||||
#include <X11/extensions/dpmsconst.h>
 | 
					 | 
				
			||||||
#include "dpmsproc.h"
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "exevents.h"	/* AddInputDevice */
 | 
					#include "exevents.h"	/* AddInputDevice */
 | 
				
			||||||
#include "exglobals.h"
 | 
					#include "exglobals.h"
 | 
				
			||||||
#include "eventstr.h"
 | 
					#include "eventstr.h"
 | 
				
			||||||
| 
						 | 
					@ -84,15 +75,9 @@
 | 
				
			||||||
#include <sys/utsname.h>
 | 
					#include <sys/utsname.h>
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "extnsionst.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "windowstr.h"	/* screenIsSaved */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <stdarg.h>
 | 
					#include <stdarg.h>
 | 
				
			||||||
#include <stdint.h>          /* for int64_t */
 | 
					#include <stdint.h>          /* for int64_t */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <X11/Xpoll.h>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include "mi.h"
 | 
					#include "mi.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <ptrveloc.h>          /* dix pointer acceleration */
 | 
					#include <ptrveloc.h>          /* dix pointer acceleration */
 | 
				
			||||||
| 
						 | 
					@ -104,7 +89,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "xkbsrv.h"
 | 
					#include "xkbsrv.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "os.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
EventListPtr xf86Events = NULL;
 | 
					EventListPtr xf86Events = NULL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue