diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xext/appgroup.c')
-rw-r--r-- | nx-X11/programs/Xserver/Xext/appgroup.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/nx-X11/programs/Xserver/Xext/appgroup.c b/nx-X11/programs/Xserver/Xext/appgroup.c index e23ceca59..1dd4f1ae5 100644 --- a/nx-X11/programs/Xserver/Xext/appgroup.c +++ b/nx-X11/programs/Xserver/Xext/appgroup.c @@ -32,8 +32,8 @@ from The Open Group. #include <dix-config.h> #endif -#include <X11/X.h> -#include <X11/Xproto.h> +#include <nx-X11/X.h> +#include <nx-X11/Xproto.h> #include "misc.h" #include "dixstruct.h" #include "extnsionst.h" @@ -42,14 +42,14 @@ from The Open Group. #include "colormapst.h" #include "servermd.h" #define _XAG_SERVER_ -#include <X11/extensions/Xagstr.h> -#include <X11/extensions/Xagsrv.h> +#include <nx-X11/extensions/Xagstr.h> +#include <nx-X11/extensions/Xagsrv.h> #define _SECURITY_SERVER -#include <X11/extensions/security.h> -#include <X11/Xfuncproto.h> +#include <nx-X11/extensions/security.h> +#include <nx-X11/Xfuncproto.h> #define XSERV_t -#include <X11/Xtrans/Xtrans.h> +#include <nx-X11/Xtrans/Xtrans.h> #include "../os/osdep.h" #include <stdio.h> |