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-31 15:46:29 +0300
committerMaxim Pimenov <m@maps.me>2016-05-31 15:48:17 +0300
commit25360bb42cc22cf09f6e0dbe66dc386de62d49c6 (patch)
tree859bd221a10dc8b1a08021eb2a06242a3b5681fe /map/framework.cpp
parent17a4d3694e98405e50d65970ff5e4deb0a4eb77a (diff)
[search] Removed the "search_" prefix where it was redundant.
Diffstat (limited to 'map/framework.cpp')
-rw-r--r--map/framework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 46fa6f4931..c7a7b107be 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -11,12 +11,12 @@
#include "routing/route.hpp"
#include "routing/routing_algorithm.hpp"
+#include "search/engine.hpp"
#include "search/geometry_utils.hpp"
#include "search/intermediate_result.hpp"
#include "search/processor_factory.hpp"
#include "search/result.hpp"
#include "search/reverse_geocoder.hpp"
-#include "search/search_engine.hpp"
#include "storage/storage_helpers.hpp"