summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-01-29 16:19:38 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-04 16:47:23 +0100
commite625b1a1fb672dcb827cd97592f745d9db653c29 (patch)
tree8549c7be57d6daf9e04cf27a4dbb9accb1a8b884
parent966d67a2511756c5a729501bc6e7832e0053b0e0 (diff)
Always include using <spice/foo.h> style
-rw-r--r--spice/protocol.h4
-rw-r--r--spice/qxl_dev.h5
-rw-r--r--spice/vdi_dev.h3
3 files changed, 4 insertions, 8 deletions
diff --git a/spice/protocol.h b/spice/protocol.h
index bbb9073..a644464 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -32,9 +32,7 @@
#define _H_SPICE_PROTOCOL
#include <spice/types.h>
-
-#include "draw.h"
-
+#include <spice/draw.h>
#include <spice/start-packed.h>
#define SPICE_MAGIC (*(uint32_t*)"REDQ")
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 8c541fd..353018d 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -34,9 +34,8 @@
#include <spice/types.h>
#include <spice/barrier.h>
-
-#include "ipc_ring.h"
-#include "draw.h"
+#include <spice/ipc_ring.h>
+#include <spice/draw.h>
#include <spice/start-packed.h>
diff --git a/spice/vdi_dev.h b/spice/vdi_dev.h
index b47b613..8e0eec9 100644
--- a/spice/vdi_dev.h
+++ b/spice/vdi_dev.h
@@ -33,8 +33,7 @@
#include <spice/types.h>
#include <spice/barrier.h>
-
-#include "ipc_ring.h"
+#include <spice/ipc_ring.h>
#include <spice/start-packed.h>