diff --git a/ChangeLog b/ChangeLog index 9626b9956..4d33fbe2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-05-24 Daniel Stone + + * xkb/ddxKillSrv.c: + * xkb/ddxPrivate.c: + * xkb/ddxVT.c: + Minor #include cleanups. + 2006-05-26 Matthieu Herrb * hw/xfree86/os-support/bsd/bsd_mouse.c: diff --git a/xkb/ddxKillSrv.c b/xkb/ddxKillSrv.c index 740268eb9..3dc31a433 100644 --- a/xkb/ddxKillSrv.c +++ b/xkb/ddxKillSrv.c @@ -30,12 +30,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #endif -#ifdef HAVE_XORG_CONFIG_H -#include -#endif - #include -#define NEED_EVENTS 1 +#define NEED_EVENTS #include #include #include @@ -43,7 +39,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "scrnintstr.h" #include "windowstr.h" #include -#include int XkbDDXTerminateServer(DeviceIntPtr dev,KeyCode key,XkbAction *act) diff --git a/xkb/ddxPrivate.c b/xkb/ddxPrivate.c index f4d3c5db4..22d9d79fe 100644 --- a/xkb/ddxPrivate.c +++ b/xkb/ddxPrivate.c @@ -4,15 +4,9 @@ #include #endif -#ifdef HAVE_XORG_CONFIG_H -#include -#endif - -#include -#define NEED_EVENTS 1 +#define NEED_EVENTS #include #include "windowstr.h" -#define XKBSRV_NEED_FILE_FUNCS #include int diff --git a/xkb/ddxVT.c b/xkb/ddxVT.c index 922b2c65f..ae46850e0 100644 --- a/xkb/ddxVT.c +++ b/xkb/ddxVT.c @@ -30,12 +30,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #endif -#ifdef HAVE_XORG_CONFIG_H -#include -#endif - #include -#define NEED_EVENTS 1 +#define NEED_EVENTS #include #include #include @@ -43,7 +39,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "scrnintstr.h" #include "windowstr.h" #include -#include int XkbDDXSwitchScreen(DeviceIntPtr dev,KeyCode key,XkbAction *act)