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/http_thread_tizen.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'platform/http_thread_tizen.cpp') diff --git a/platform/http_thread_tizen.cpp b/platform/http_thread_tizen.cpp index ea2b9a510b..455741e5a2 100644 --- a/platform/http_thread_tizen.cpp +++ b/platform/http_thread_tizen.cpp @@ -1,9 +1,9 @@ -#include "http_thread_tizen.hpp" +#include "platform/http_thread_tizen.hpp" #include"../base/logging.hpp" -#include "platform.hpp" -#include "http_thread_callback.hpp" -#include "tizen_utils.hpp" +#include "platform/platform.hpp" +#include "platform/http_thread_callback.hpp" +#include "platform/tizen_utils.hpp" #include -- cgit v1.2.3