diff options
Diffstat (limited to 'nx-X11/lib/X11/GetHints.c')
-rw-r--r-- | nx-X11/lib/X11/GetHints.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/GetHints.c b/nx-X11/lib/X11/GetHints.c index 4faccb624..2c4d49d61 100644 --- a/nx-X11/lib/X11/GetHints.c +++ b/nx-X11/lib/X11/GetHints.c @@ -51,11 +51,11 @@ SOFTWARE. #ifdef HAVE_CONFIG_H #include <config.h> #endif -#include <X11/Xlibint.h> -#include <X11/Xos.h> -#include <X11/Xutil.h> +#include <nx-X11/Xlibint.h> +#include <nx-X11/Xos.h> +#include <nx-X11/Xutil.h> #include "Xatomtype.h" -#include <X11/Xatom.h> +#include <nx-X11/Xatom.h> #include <stdio.h> Status XGetSizeHints (dpy, w, hints, property) |