summaryrefslogtreecommitdiffstats
path: root/common/rect.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-04 18:13:02 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:37 +0100
commit87d0104241bc16840a51b448ef1f0c7b679b8671 (patch)
tree0fb8286570b8505dc91b0321974cd4c9ca46b07a /common/rect.h
parent2637b1ac76971d2e96f7e859dde5c9fba5e980b1 (diff)
downloadspice-common-87d0104241bc16840a51b448ef1f0c7b679b8671.tar.gz
spice-common-87d0104241bc16840a51b448ef1f0c7b679b8671.tar.xz
spice-common-87d0104241bc16840a51b448ef1f0c7b679b8671.zip
Use the new header names
I just ran: find -name "*.[ch]" | xargs sed -i -f ../spice-protocol/includes.sed find -name "*.cpp" | xargs sed -i -f ../spice-protocol/includes.sed
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 d109cc9..61de99c 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -18,7 +18,7 @@
#ifndef _H_RECT
#define _H_RECT
-#include "draw.h"
+#include <spice/draw.h>
#define MIN(x, y) (((x) <= (y)) ? (x) : (y))
#define MAX(x, y) (((x) >= (y)) ? (x) : (y))