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/chunks_download_strategy.cpp')
-rw-r--r--platform/chunks_download_strategy.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/platform/chunks_download_strategy.cpp b/platform/chunks_download_strategy.cpp
index cd004dcebf..efcf89bef9 100644
--- a/platform/chunks_download_strategy.cpp
+++ b/platform/chunks_download_strategy.cpp
@@ -1,12 +1,12 @@
-#include "chunks_download_strategy.hpp"
+#include "platform/chunks_download_strategy.hpp"
-#include "../coding/file_writer.hpp"
-#include "../coding/file_reader.hpp"
-#include "../coding/varint.hpp"
+#include "coding/file_writer.hpp"
+#include "coding/file_reader.hpp"
+#include "coding/varint.hpp"
-#include "../base/logging.hpp"
+#include "base/logging.hpp"
-#include "../std/algorithm.hpp"
+#include "std/algorithm.hpp"
namespace downloader