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/geourl_process.cpp
parent75d4905d6eb3b69b181096d507e5a34455ef9f48 (diff)
Fix include path for map
Diffstat (limited to 'map/geourl_process.cpp')
-rw-r--r--map/geourl_process.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/map/geourl_process.cpp b/map/geourl_process.cpp
index 999a4f99f4..9183ab6e93 100644
--- a/map/geourl_process.cpp
+++ b/map/geourl_process.cpp
@@ -1,15 +1,15 @@
-#include "geourl_process.hpp"
+#include "map/geourl_process.hpp"
-#include "../indexer/scales.hpp"
-#include "../indexer/mercator.hpp"
+#include "indexer/scales.hpp"
+#include "indexer/mercator.hpp"
-#include "../coding/uri.hpp"
+#include "coding/uri.hpp"
-#include "../base/string_utils.hpp"
-#include "../base/regexp.hpp"
-#include "../base/logging.hpp"
+#include "base/string_utils.hpp"
+#include "base/regexp.hpp"
+#include "base/logging.hpp"
-#include "../std/bind.hpp"
+#include "std/bind.hpp"
namespace url_scheme