[Spice-devel] [PATCH 4/9] qxl.h: move spice include right after system includes

Alon Levy alevy at redhat.com
Fri Apr 29 02:36:57 PDT 2011


---
 src/qxl.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/qxl.h b/src/qxl.h
index 9451d05..d086ac7 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -27,6 +27,7 @@
 
 #include <stdint.h>
 
+#include <spice/qxl_dev.h>
 #include "compiler.h"
 #include "xf86.h"
 #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
@@ -45,8 +46,6 @@
 #include "uxa/uxa.h"
 #include "vgaHW.h"
 
-#include <spice/qxl_dev.h>
-
 #define hidden _X_HIDDEN
 
 #define QXL_NAME		"qxl"
-- 
1.7.4.4



More information about the Spice-devel mailing list