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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-10 02:19:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:53 +0300
commit4049b124fb1b6fbf6719b9dbb4cf93f7e3521044 (patch)
treeb5a5a26d81ec2dc0c548afe537df64ddfe443c75 /map/address_finder.cpp
parent75d4905d6eb3b69b181096d507e5a34455ef9f48 (diff)
Fix include path for map
Diffstat (limited to 'map/address_finder.cpp')
-rw-r--r--map/address_finder.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/map/address_finder.cpp b/map/address_finder.cpp
index 2971810548..33df804ad1 100644
--- a/map/address_finder.cpp
+++ b/map/address_finder.cpp
@@ -1,12 +1,12 @@
-#include "framework.hpp"
+#include "map/framework.hpp"
-#include "../search/result.hpp"
+#include "search/result.hpp"
-#include "../indexer/classificator.hpp"
-#include "../indexer/feature_visibility.hpp"
-#include "../indexer/categories_holder.hpp"
+#include "indexer/classificator.hpp"
+#include "indexer/feature_visibility.hpp"
+#include "indexer/categories_holder.hpp"
-#include "../platform/preferred_languages.hpp"
+#include "platform/preferred_languages.hpp"
namespace