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:
Diffstat (limited to 'search/search_tests/ranking_tests.cpp')
-rw-r--r--search/search_tests/ranking_tests.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/search/search_tests/ranking_tests.cpp b/search/search_tests/ranking_tests.cpp
index bc92c2a4b9..7c1df97352 100644
--- a/search/search_tests/ranking_tests.cpp
+++ b/search/search_tests/ranking_tests.cpp
@@ -1,8 +1,8 @@
#include "testing/testing.hpp"
#include "search/query_params.hpp"
-#include "search/v2/ranking_utils.hpp"
-#include "search/v2/token_slice.hpp"
+#include "search/ranking_utils.hpp"
+#include "search/token_slice.hpp"
#include "indexer/search_delimiters.hpp"
#include "indexer/search_string_utils.hpp"
@@ -13,7 +13,6 @@
#include "std/string.hpp"
using namespace search;
-using namespace search::v2;
using namespace strings;
namespace