summaryrefslogtreecommitdiffstats
path: root/server/red_common.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-18 14:05:59 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 20:27:32 +0200
commit4c1094acce7a062d28fc2c7c45b2e0357105c7bf (patch)
tree78a2519767d4e2a5f6b7512ec3a2a90ed0b17a77 /server/red_common.h
parent185a320c9be85d07586e5d475c991770853fec77 (diff)
downloadspice-4c1094acce7a062d28fc2c7c45b2e0357105c7bf.tar.gz
spice-4c1094acce7a062d28fc2c7c45b2e0357105c7bf.tar.xz
spice-4c1094acce7a062d28fc2c7c45b2e0357105c7bf.zip
Make all message structs internal to spice
We move all message structs from spice-protocol to spice as we want to be able to change these as needed internally. The on-network format is no longer defined by these structures anyway, but rather by the spice protocol description.
Diffstat (limited to 'server/red_common.h')
-rw-r--r--server/red_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_common.h b/server/red_common.h
index 2df1a165..c863922c 100644
--- a/server/red_common.h
+++ b/server/red_common.h
@@ -23,7 +23,7 @@
#include "spice.h"
#include "mem.h"
-#include <spice/protocol.h>
+#include <messages.h>
#include <spice/macros.h>
#define ASSERT(x) if (!(x)) { \