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/location_service.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'platform/location_service.cpp') diff --git a/platform/location_service.cpp b/platform/location_service.cpp index 8c2ac1a560..bab9c686a7 100644 --- a/platform/location_service.cpp +++ b/platform/location_service.cpp @@ -1,8 +1,8 @@ -#include "location_service.hpp" +#include "platform/location_service.hpp" -#include "../std/target_os.hpp" -#include "../std/vector.hpp" -#include "../std/ctime.hpp" +#include "std/target_os.hpp" +#include "std/vector.hpp" +#include "std/ctime.hpp" namespace { -- cgit v1.2.3