diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xext/xvmod.c')
-rw-r--r-- | nx-X11/programs/Xserver/Xext/xvmod.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/Xext/xvmod.c b/nx-X11/programs/Xserver/Xext/xvmod.c index 7899f3a75..258023f65 100644 --- a/nx-X11/programs/Xserver/Xext/xvmod.c +++ b/nx-X11/programs/Xserver/Xext/xvmod.c @@ -4,12 +4,12 @@ #include <xorg-config.h> #endif -#include <X11/X.h> +#include <nx-X11/X.h> #include "misc.h" #include "scrnintstr.h" #include "gc.h" -#include <X11/extensions/Xv.h> -#include <X11/extensions/Xvproto.h> +#include <nx-X11/extensions/Xv.h> +#include <nx-X11/extensions/Xvproto.h> #include "xvdix.h" #include "xvmodproc.h" |