summaryrefslogtreecommitdiffstats
path: root/client/gl_canvas.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/gl_canvas.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/gl_canvas.cpp')
-rw-r--r--client/gl_canvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gl_canvas.cpp b/client/gl_canvas.cpp
index e66be864..c8e6509b 100644
--- a/client/gl_canvas.cpp
+++ b/client/gl_canvas.cpp
@@ -17,5 +17,5 @@
#define GL_GLEXT_PROTOTYPES
#include "common.h"
-#include "../common/gl_canvas.c"
+#include "gl_canvas.c"