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>2016-05-27 19:40:55 +0300
committerMaxim Pimenov <m@maps.me>2016-05-31 14:54:46 +0300
commitf672cb0b8227ddafcd6b271724dda3e05df9bfef (patch)
tree423ac795cf5da4a96136416827e943040f19a1b5 /search/pre_ranker.cpp
parent59f40d7669598a229ffa4f6269e17234f9af9506 (diff)
[search] Got rid of the v2 directory and namespace.
Diffstat (limited to 'search/pre_ranker.cpp')
-rw-r--r--search/pre_ranker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/pre_ranker.cpp b/search/pre_ranker.cpp
index 2d99624053..54e6f628fc 100644
--- a/search/pre_ranker.cpp
+++ b/search/pre_ranker.cpp
@@ -1,6 +1,6 @@
#include "search/pre_ranker.hpp"
-#include "search/v2/pre_ranking_info.hpp"
+#include "search/pre_ranking_info.hpp"
#include "base/stl_helpers.hpp"