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
path: root/map
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2015-09-11 22:49:25 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:57 +0300
commitad8154bac4539ef5921af1cc3f94af8f538c2a9f (patch)
tree570d69bcf8c68f0b328cae84bb6b25a1ade1f3b2 /map
parenta854db6fdb08ddb6cbbd195898a89628b5c3a391 (diff)
Review fixes.
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 732d3bdb82..5e79929ef7 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -24,10 +24,10 @@
#include "routing/route.hpp"
#include "routing/routing_algorithm.hpp"
+#include "search/intermediate_result.hpp"
+#include "search/result.hpp"
#include "search/search_engine.hpp"
#include "search/search_query_factory.hpp"
-#include "search/result.hpp"
-#include "search/intermediate_result.hpp"
#include "indexer/categories_holder.hpp"
#include "indexer/classificator_loader.hpp"