From a42adc18b8b79f34c9b99a94a04ce79aebea419b Mon Sep 17 00:00:00 2001 From: Olga Khlopkova Date: Tue, 30 Jun 2020 20:21:23 +0300 Subject: [PATCH] [routing] Remove using from routing_tests/index_graph_tools. --- routing/routing_tests/index_graph_tools.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/routing/routing_tests/index_graph_tools.cpp b/routing/routing_tests/index_graph_tools.cpp index 9dde9c4105..c448faa626 100644 --- a/routing/routing_tests/index_graph_tools.cpp +++ b/routing/routing_tests/index_graph_tools.cpp @@ -19,8 +19,6 @@ using namespace std; namespace routing_test { -using namespace routing; - namespace { double constexpr kEpsilon = 1e-6; @@ -450,7 +448,7 @@ unique_ptr BuildWorldGraph(unique_ptr BuildWorldGraph(unique_ptr geometryLoader, shared_ptr estimator, vector const & joints, - transit::GraphData const & transitData) + routing::transit::GraphData const & transitData) { auto indexGraph = make_unique(make_shared(move(geometryLoader)), estimator); indexGraph->Import(joints);