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 11:49:30 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:54 +0300
commite605a3ac816747cb7e5d5d207e8f8cbe28d162db (patch)
tree2fefddfb50ff072ed0a71ad3383f410712c5eb0c /platform/wifi_location_service.cpp
parentdf219f2ebab7e126caa74b976652afee4f1b9ca5 (diff)
Fix include path for platform
Diffstat (limited to 'platform/wifi_location_service.cpp')
-rw-r--r--platform/wifi_location_service.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/platform/wifi_location_service.cpp b/platform/wifi_location_service.cpp
index 1989eb9d7e..466d214546 100644
--- a/platform/wifi_location_service.cpp
+++ b/platform/wifi_location_service.cpp
@@ -1,13 +1,13 @@
-#include "location_service.hpp"
-#include "wifi_info.hpp"
-#include "http_request.hpp"
+#include "platform/location_service.hpp"
+#include "platform/wifi_info.hpp"
+#include "platform/http_request.hpp"
-#include "../base/logging.hpp"
+#include "base/logging.hpp"
-#include "../std/bind.hpp"
-#include "../std/ctime.hpp"
+#include "std/bind.hpp"
+#include "std/ctime.hpp"
-#include "../3party/jansson/myjansson.hpp"
+#include "3party/jansson/myjansson.hpp"
#define MWM_GEOLOCATION_SERVER "http://geolocation.server/"