summaryrefslogtreecommitdiffstats
path: root/common/rect.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 13:56:01 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:48 +0100
commitc471990a9f3aba734d87c9835449b24607e07f55 (patch)
tree488ee8980d0ffb45a9416fdb5826f9cc22c31c99 /common/rect.h
parent199c710a088c3a54bd320d167b3dcafd661fa281 (diff)
downloadspice-common-c471990a9f3aba734d87c9835449b24607e07f55.tar.gz
spice-common-c471990a9f3aba734d87c9835449b24607e07f55.tar.xz
spice-common-c471990a9f3aba734d87c9835449b24607e07f55.zip
Move in spice/draw.h from spice-protocol to common/
Diffstat (limited to 'common/rect.h')
-rw-r--r--common/rect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rect.h b/common/rect.h
index 802c76b..7d8e752 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -19,7 +19,7 @@
#ifndef _H_RECT
#define _H_RECT
-#include <spice/draw.h>
+#include <common/draw.h>
#include <spice/macros.h>
static inline void rect_sect(SpiceRect* r, const SpiceRect* bounds)