From 74a22a60ada2362bc76d7053b52a80346b8590e5 Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 5 Jun 2012 18:09:33 -0700 Subject: [downloader] Fix issue when url download failed. Use default server urls. --- platform/chunks_download_strategy.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'platform/chunks_download_strategy.hpp') 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 { -- cgit v1.2.3