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.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'platform/chunks_download_strategy.cpp') 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 -- cgit v1.2.3