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