diff options
author | Alon Levy <alevy@redhat.com> | 2011-04-27 14:03:38 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-04-27 14:03:38 +0300 |
commit | a3d3ab64d24b966179c0af5d23ceaf4bf9dcf9f1 (patch) | |
tree | b317d534fd904a98891925378ab1505cc107719b | |
parent | 6f57df2d498a3cc8a4c44ca026624a51c09ccca1 (diff) |
qxl.h: move spice include right after system includes
-rw-r--r-- | src/qxl.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |