diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-04-14 09:48:53 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-04-19 09:23:15 +1000 |
commit | da4e2e382828d7ba460766709368ec6214b286dd (patch) | |
tree | 7c38f9205dcd9a19f1321bf12f150954aa624554 | |
parent | f4106c02318fcc4b534224df5b95a58aff555fb4 (diff) |
xkb: purge unneeded includes from ddxDevBtn.c
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
-rw-r--r-- | xkb/ddxDevBtn.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xkb/ddxDevBtn.c b/xkb/ddxDevBtn.c index b8a222d0b..b8a125514 100644 --- a/xkb/ddxDevBtn.c +++ b/xkb/ddxDevBtn.c @@ -28,18 +28,9 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <dix-config.h> #endif -#include <stdio.h> -#include <X11/X.h> -#include <X11/Xproto.h> -#include <X11/keysym.h> #include "inputstr.h" -#include "scrnintstr.h" -#include "windowstr.h" -#include "eventstr.h" #include <xkbsrv.h> #include "mi.h" -#include <X11/extensions/XI.h> -#include <X11/extensions/XIproto.h> void XkbDDXFakeDeviceButton(DeviceIntPtr dev,Bool press,int button) |