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 00:39:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:49 +0300
commit969071d1eea72b68d17abfd1d3651f221c9b7e51 (patch)
treecaf4a6327b274fec48d3de917a8b1ca426f60e30 /generator/generator_tests/osm_type_test.cpp
parent31ecd1474775405e36f7605f308562b8b4897cb0 (diff)
Fix include path for generator
Diffstat (limited to 'generator/generator_tests/osm_type_test.cpp')
-rw-r--r--generator/generator_tests/osm_type_test.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/generator/generator_tests/osm_type_test.cpp b/generator/generator_tests/osm_type_test.cpp
index fd3f19281a..77221cadaa 100644
--- a/generator/generator_tests/osm_type_test.cpp
+++ b/generator/generator_tests/osm_type_test.cpp
@@ -1,15 +1,15 @@
-#include "../../testing/testing.hpp"
+#include "testing/testing.hpp"
-#include "../xml_element.hpp"
-#include "../osm2type.hpp"
+#include "generator/xml_element.hpp"
+#include "generator/osm2type.hpp"
-#include "../../routing/vehicle_model.hpp"
+#include "routing/vehicle_model.hpp"
-#include "../../indexer/feature_data.hpp"
-#include "../../indexer/classificator.hpp"
-#include "../../indexer/classificator_loader.hpp"
+#include "indexer/feature_data.hpp"
+#include "indexer/classificator.hpp"
+#include "indexer/classificator_loader.hpp"
-#include "../../std/iostream.hpp"
+#include "std/iostream.hpp"
namespace