summaryrefslogtreecommitdiffstats
path: root/client/red_client.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/red_client.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/red_client.h')
-rw-r--r--client/red_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_client.h b/client/red_client.h
index 51c1780f..1b81328a 100644
--- a/client/red_client.h
+++ b/client/red_client.h
@@ -27,7 +27,7 @@
#include "inputs_channel.h"
#include "cursor_channel.h"
#include "audio_channels.h"
-#include <spice/protocol.h>
+#include "messages.h"
#include <spice/vd_agent.h>
#include "process_loop.h"