Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-10 12:38:28 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:55 +0300
commit8ef48bc946824a40e0f964ccf7d51727a0f0d00e (patch)
tree8e686988ae682e0ad51e322276dcebe8131ac424 /routing/routing_tests/cross_routing_tests.cpp
parent8af9575c0f3baa1467b73b45ab25e23bf3cfc9d6 (diff)
Fix include path for routing
Diffstat (limited to 'routing/routing_tests/cross_routing_tests.cpp')
-rw-r--r--routing/routing_tests/cross_routing_tests.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/routing/routing_tests/cross_routing_tests.cpp b/routing/routing_tests/cross_routing_tests.cpp
index d9157d7a32..c295756fe5 100644
--- a/routing/routing_tests/cross_routing_tests.cpp
+++ b/routing/routing_tests/cross_routing_tests.cpp
@@ -1,8 +1,8 @@
-#include "../../testing/testing.hpp"
+#include "testing/testing.hpp"
-#include "../../routing/cross_routing_context.hpp"
-#include "../../coding/reader.hpp"
-#include "../../coding/writer.hpp"
+#include "routing/cross_routing_context.hpp"
+#include "coding/reader.hpp"
+#include "coding/writer.hpp"
namespace