diff options
Diffstat (limited to 'src/xkbout.c')
-rw-r--r-- | src/xkbout.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/xkbout.c b/src/xkbout.c index cdf6995..b69fdfb 100644 --- a/src/xkbout.c +++ b/src/xkbout.c @@ -28,11 +28,10 @@ #ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> -#endif - -#ifdef HAVE_CONFIG_H +#elif defined(HAVE_CONFIG_H) #include <config.h> #endif + #include <stdio.h> #include <ctype.h> #include <stdlib.h> @@ -49,19 +48,19 @@ #else -#include "X.h" +#include <X11/X.h> #define NEED_EVENTS #include <X11/keysym.h> -#include "Xproto.h" +#include <X11/Xproto.h> #include "misc.h" #include "inputstr.h" #include "dix.h" -#include "XKBstr.h" +#include <X11/extensions/XKBstr.h> #define XKBSRV_NEED_FILE_FUNCS 1 -#include "XKBsrv.h" +#include <X11/extensions/XKBsrv.h> #include <X11/extensions/XKBgeom.h> -#include "extensions/XKBfile.h" +#include <X11/extensions/XKBfile.h> #endif |