From e605a3ac816747cb7e5d5d207e8f8cbe28d162db Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Fri, 10 Apr 2015 11:49:30 +0300 Subject: Fix include path for platform --- platform/wifi_location_service.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'platform/wifi_location_service.cpp') 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/" -- cgit v1.2.3