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:
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"