summaryrefslogtreecommitdiffstats
path: root/common/marshaller.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 14:17:24 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 14:17:24 +0200
commit1d64d398447de90e12da7f6afacc05f07fa03b22 (patch)
treef800a6c9ff2fcdc9151087a3705400a3053ade9a /common/marshaller.h
parent0659fb78972b5e9d0dc90a0270ef1dd4b59042ec (diff)
downloadspice-1d64d398447de90e12da7f6afacc05f07fa03b22.tar.gz
spice-1d64d398447de90e12da7f6afacc05f07fa03b22.tar.xz
spice-1d64d398447de90e12da7f6afacc05f07fa03b22.zip
Move SpiceChunks to mem.h
Diffstat (limited to 'common/marshaller.h')
-rw-r--r--common/marshaller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/marshaller.h b/common/marshaller.h
index ab11742c..e7e66372 100644
--- a/common/marshaller.h
+++ b/common/marshaller.h
@@ -20,7 +20,7 @@
#define _H_MARSHALLER
#include <spice/types.h>
-#include <common/draw.h> /* for SpiceChunk, temporary */
+#include <common/mem.h>
#ifndef WIN32
#include <sys/uio.h>
#endif