From e605a3ac816747cb7e5d5d207e8f8cbe28d162db Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Fri, 10 Apr 2015 11:49:30 +0300 Subject: Fix include path for platform --- platform/chunks_download_strategy.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'platform/chunks_download_strategy.hpp') diff --git a/platform/chunks_download_strategy.hpp b/platform/chunks_download_strategy.hpp index 6b7e701e13..afd8d42d42 100644 --- a/platform/chunks_download_strategy.hpp +++ b/platform/chunks_download_strategy.hpp @@ -1,10 +1,10 @@ #pragma once -#include "../std/string.hpp" -#include "../std/vector.hpp" -#include "../std/utility.hpp" -#include "../std/stdint.hpp" -#include "../std/static_assert.hpp" +#include "std/string.hpp" +#include "std/vector.hpp" +#include "std/utility.hpp" +#include "std/stdint.hpp" +#include "std/static_assert.hpp" namespace downloader -- cgit v1.2.3