diff options
Diffstat (limited to 'hw/kdrive')
-rw-r--r-- | hw/kdrive/src/kxv.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/hw/kdrive/src/kxv.c b/hw/kdrive/src/kxv.c index cb04f48cc..9e284203e 100644 --- a/hw/kdrive/src/kxv.c +++ b/hw/kdrive/src/kxv.c @@ -38,8 +38,13 @@ of the copyright holder. #ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> #endif -#include "kdrive.h" +#include <X11/extensions/Xv.h> +#include <X11/extensions/Xvproto.h> + +#include "Xext/xvdix_priv.h" + +#include "kdrive.h" #include "scrnintstr.h" #include "regionstr.h" #include "windowstr.h" @@ -49,10 +54,6 @@ of the copyright holder. #include "resource.h" #include "gcstruct.h" #include "dixstruct.h" - -#include <X11/extensions/Xv.h> -#include <X11/extensions/Xvproto.h> - #include "kxv.h" #include "fourcc.h" |