diff options
Diffstat (limited to 'nx-X11/lib/X11/XKBCvt.c')
-rw-r--r-- | nx-X11/lib/X11/XKBCvt.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/nx-X11/lib/X11/XKBCvt.c b/nx-X11/lib/X11/XKBCvt.c index 1bdf81cd4..2d58ca990 100644 --- a/nx-X11/lib/X11/XKBCvt.c +++ b/nx-X11/lib/X11/XKBCvt.c @@ -35,23 +35,23 @@ from The Open Group. #include <sys/types.h> #include <sys/stat.h> -#include <X11/X.h> -#include <X11/Xlib.h> +#include <nx-X11/X.h> +#include <nx-X11/Xlib.h> #define NEED_EVENTS #include "Xlibint.h" #include "Xlcint.h" #include "XlcPubI.h" #include "Ximint.h" -#include <X11/Xutil.h> -#include <X11/Xmd.h> +#include <nx-X11/Xutil.h> +#include <nx-X11/Xmd.h> #define XK_LATIN1 #define XK_PUBLISHING -#include <X11/keysym.h> -#include <X11/extensions/XKBproto.h> +#include <nx-X11/keysym.h> +#include <nx-X11/extensions/XKBproto.h> #include "XKBlibint.h" -#include <X11/Xlocale.h> +#include <nx-X11/Xlocale.h> #include <ctype.h> -#include <X11/Xos.h> +#include <nx-X11/Xos.h> #ifdef __sgi_not_xconsortium #define XKB_EXTEND_LOOKUP_STRING |