diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xext/xvmc.c')
-rw-r--r-- | nx-X11/programs/Xserver/Xext/xvmc.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/Xext/xvmc.c b/nx-X11/programs/Xserver/Xext/xvmc.c index 30de35a2b..b1441fa1d 100644 --- a/nx-X11/programs/Xserver/Xext/xvmc.c +++ b/nx-X11/programs/Xserver/Xext/xvmc.c @@ -6,8 +6,8 @@ #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 "os.h" #include "dixstruct.h" @@ -15,11 +15,11 @@ #include "scrnintstr.h" #include "extnsionst.h" #include "servermd.h" -#include <X11/Xfuncproto.h> +#include <nx-X11/Xfuncproto.h> #include "xvdix.h" -#include <X11/extensions/XvMC.h> -#include <X11/extensions/Xvproto.h> -#include <X11/extensions/XvMCproto.h> +#include <nx-X11/extensions/XvMC.h> +#include <nx-X11/extensions/Xvproto.h> +#include <nx-X11/extensions/XvMCproto.h> #include "xvmcext.h" #ifdef HAS_XVMCSHM |