summaryrefslogtreecommitdiffstats
path: root/common/rect.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 15:44:15 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:48 +0100
commit24c2e3c85f95d0a57875470889f401affc5231a3 (patch)
tree634f8983bf9a5c079672d477f6d183e033ed6367 /common/rect.h
parentfb935fe73b324a3c8cfda5916920f0ee3a0de2ce (diff)
downloadspice-common-24c2e3c85f95d0a57875470889f401affc5231a3.tar.gz
spice-common-24c2e3c85f95d0a57875470889f401affc5231a3.tar.xz
spice-common-24c2e3c85f95d0a57875470889f401affc5231a3.zip
Fix inclusion of common files, no need for common/ part
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 7d8e752..cdd4335 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -19,7 +19,7 @@
#ifndef _H_RECT
#define _H_RECT
-#include <common/draw.h>
+#include "draw.h"
#include <spice/macros.h>
static inline void rect_sect(SpiceRect* r, const SpiceRect* bounds)