summaryrefslogtreecommitdiffstats
path: root/client/canvas_utils.cpp
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2010-01-03 09:04:06 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-10 19:45:08 +0200
commit203c85c4ffaabf4e2d3c897144e03082681d97e3 (patch)
tree970763d69a898eb6472164e6f593152446695d36 /client/canvas_utils.cpp
parentabe5233ca391086c4361acf27b3a88fb1083aa97 (diff)
downloadspice-203c85c4ffaabf4e2d3c897144e03082681d97e3.tar.gz
spice-203c85c4ffaabf4e2d3c897144e03082681d97e3.tar.xz
spice-203c85c4ffaabf4e2d3c897144e03082681d97e3.zip
client: remove '../common' from #include directive (subdir config)
We compile with -I$(COMMON_DIR) (which currently is ../common), so there is no need for that. Later we would like to be able to have a different COMMON_DIR. Signed-off-by: Uri Lublin <uril@redhat.com>
Diffstat (limited to 'client/canvas_utils.cpp')
-rw-r--r--client/canvas_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/canvas_utils.cpp b/client/canvas_utils.cpp
index 3210187b..0a8a4583 100644
--- a/client/canvas_utils.cpp
+++ b/client/canvas_utils.cpp
@@ -21,5 +21,5 @@
#define CANVAS_ERROR(format, ...) THROW(format, ## __VA_ARGS__)
-#include "../common/canvas_utils.c"
+#include "canvas_utils.c"