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:
authorExMix <rahuba.youri@mapswithme.com>2015-04-16 01:32:14 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:16 +0300
commit3d6c6713caf949fcfcbca83de8cf0d990cc75f83 (patch)
tree514b9db5197d1ba6a8d04d52712860a40e8aac53 /platform/http_thread_apple.h
parentda9d55a40842a6be933f63cfe3b0fafffa260e4b (diff)
rebase fixes
Diffstat (limited to 'platform/http_thread_apple.h')
-rw-r--r--platform/http_thread_apple.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/http_thread_apple.h b/platform/http_thread_apple.h
index f0a1ccd3b6..19cc40e0ea 100644
--- a/platform/http_thread_apple.h
+++ b/platform/http_thread_apple.h
@@ -2,8 +2,8 @@
#import <Foundation/Foundation.h>
-#include "../std/string.hpp"
-#include "../std/target_os.hpp"
+#include "std/string.hpp"
+#include "std/target_os.hpp"
namespace downloader { class IHttpThreadCallback; }