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:
Diffstat (limited to 'platform/http_thread_apple.mm')
-rw-r--r--platform/http_thread_apple.mm8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/http_thread_apple.mm b/platform/http_thread_apple.mm
index 6976682ab6..0688e8d06e 100644
--- a/platform/http_thread_apple.mm
+++ b/platform/http_thread_apple.mm
@@ -1,10 +1,10 @@
#import "http_thread_apple.h"
-#include "http_thread_callback.hpp"
-#include "platform.hpp"
+#include "platform/http_thread_callback.hpp"
+#include "platform/platform.hpp"
-#include "../base/logging.hpp"
-#include "../base/macros.hpp"
+#include "base/logging.hpp"
+#include "base/macros.hpp"
#ifdef OMIM_OS_IPHONE
#include "../iphone/Maps/Classes/MapsAppDelegate.h"