summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-04-27 14:03:38 +0300
committerAlon Levy <alevy@redhat.com>2011-04-27 14:03:38 +0300
commita3d3ab64d24b966179c0af5d23ceaf4bf9dcf9f1 (patch)
treeb317d534fd904a98891925378ab1505cc107719b
parent6f57df2d498a3cc8a4c44ca026624a51c09ccca1 (diff)
qxl.h: move spice include right after system includes
-rw-r--r--src/qxl.h3
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"