summaryrefslogtreecommitdiffstats
path: root/client/canvas.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 /client/canvas.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 'client/canvas.h')
-rw-r--r--client/canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/canvas.h b/client/canvas.h
index c988a523..ff70e116 100644
--- a/client/canvas.h
+++ b/client/canvas.h
@@ -22,7 +22,7 @@
#include "common.h"
#include "debug.h"
#include "region.h"
-#include <spice/protocol.h>
+#include "messages.h"
#include "cache.hpp"
#include "shared_cache.hpp"
#include "canvas_base.h"