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 01:31:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:49 +0300
commitdf5b060bbcfa2b42226c942219adbdf46e57e5f8 (patch)
tree1c35c4f2c7e57d7f3ec7fe91a4d2589d658d9094 /geometry/geometry_tests/cellid_test.cpp
parent969071d1eea72b68d17abfd1d3651f221c9b7e51 (diff)
Fix include path for geometry
Diffstat (limited to 'geometry/geometry_tests/cellid_test.cpp')
-rw-r--r--geometry/geometry_tests/cellid_test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/geometry/geometry_tests/cellid_test.cpp b/geometry/geometry_tests/cellid_test.cpp
index a664f33e9e..9910020b96 100644
--- a/geometry/geometry_tests/cellid_test.cpp
+++ b/geometry/geometry_tests/cellid_test.cpp
@@ -1,7 +1,7 @@
-#include "../../testing/testing.hpp"
-#include "../cellid.hpp"
-#include "../../std/algorithm.hpp"
-#include "../../std/string.hpp"
+#include "testing/testing.hpp"
+#include "geometry/cellid.hpp"
+#include "std/algorithm.hpp"
+#include "std/string.hpp"
UNIT_TEST(CellID_Parent)
{