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:
authorMaxim Pimenov <m@maps.me>2019-05-29 21:43:50 +0300
committerMaksim Andrianov <maksimandrianov1@gmail.com>2019-05-30 11:56:59 +0300
commit68cb47979ed8e32d1ac6b48b0e0030242b985b7d (patch)
tree6921dcebba65427499124b2ed0f8b283887f3d87 /routing
parentdbd4b7c64bc6a01be0bd850c20665ff711508d43 (diff)
[generator] United the borders_loader and borders_generator files.
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_consistency_tests/routing_consistency_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_consistency_tests/routing_consistency_tests.cpp b/routing/routing_consistency_tests/routing_consistency_tests.cpp
index 4916a0a62d..11202a0773 100644
--- a/routing/routing_consistency_tests/routing_consistency_tests.cpp
+++ b/routing/routing_consistency_tests/routing_consistency_tests.cpp
@@ -1,7 +1,7 @@
#include "testing/testing.hpp"
#include "routing/routing_integration_tests/routing_test_tools.hpp"
-#include "generator/borders_loader.hpp"
+#include "generator/borders.hpp"
#include "storage/country_decl.hpp"