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:
authorvng <viktor.govako@gmail.com>2012-06-06 05:09:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:39:30 +0300
commit74a22a60ada2362bc76d7053b52a80346b8590e5 (patch)
tree82f4d0664e5f4c13fcf6dcb85d847f9cd15db8fc /platform/chunks_download_strategy.hpp
parent98efcc314a8b5f1345a58615843f905c4135a39c (diff)
[downloader] Fix issue when url download failed. Use default server urls.
Diffstat (limited to 'platform/chunks_download_strategy.hpp')
-rw-r--r--platform/chunks_download_strategy.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/chunks_download_strategy.hpp b/platform/chunks_download_strategy.hpp
index 07a7fbefad..d6ab853941 100644
--- a/platform/chunks_download_strategy.hpp
+++ b/platform/chunks_download_strategy.hpp
@@ -3,9 +3,8 @@
#include "../std/string.hpp"
#include "../std/vector.hpp"
#include "../std/utility.hpp"
-#include "../std/set.hpp"
#include "../std/stdint.hpp"
-#include "../std/cstdio.hpp"
+
namespace downloader
{