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:
authorVladimir Byko-Ianko <bykoianko@gmail.com>2017-03-01 17:46:26 +0300
committerGitHub <noreply@github.com>2017-03-01 17:46:26 +0300
commitaaa7e9c66592beaeb02dce8102f408eba0ae5dd9 (patch)
tree04b7736511810b772c0cc1350784b59adcbacdfc /routing/road_graph_router.cpp
parentae10370e128b98935b37e188f4e9279795c0bb3a (diff)
parent316268660e47c5b21b0376d7081b5d500ccba53c (diff)
Merge pull request #5468 from dobriy-eeh/cross-mwm-routingbeta-657
[routing] Enable cross mwm index router
Diffstat (limited to 'routing/road_graph_router.cpp')
-rw-r--r--routing/road_graph_router.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/routing/road_graph_router.cpp b/routing/road_graph_router.cpp
index a93d33177a..95b7fa4a64 100644
--- a/routing/road_graph_router.cpp
+++ b/routing/road_graph_router.cpp
@@ -9,7 +9,6 @@
#include "routing/pedestrian_model.hpp"
#include "routing/route.hpp"
#include "routing/routing_helpers.hpp"
-#include "routing/single_mwm_router.hpp"
#include "coding/reader_wrapper.hpp"