From 96ebd0a1d1fcc92709777b0aa6f83a74129f3bcc Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Tue, 7 Apr 2015 14:42:35 +0300 Subject: Fix include path for generator --- generator/data_cache_file.hpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'generator/data_cache_file.hpp') diff --git a/generator/data_cache_file.hpp b/generator/data_cache_file.hpp index e922e806e7..87357fcf58 100644 --- a/generator/data_cache_file.hpp +++ b/generator/data_cache_file.hpp @@ -1,17 +1,17 @@ #pragma once -#include "osm_decl.hpp" +#include "generator/osm_decl.hpp" -#include "../coding/file_reader_stream.hpp" -#include "../coding/file_writer_stream.hpp" +#include "coding/file_reader_stream.hpp" +#include "coding/file_writer_stream.hpp" -#include "../base/logging.hpp" +#include "base/logging.hpp" -#include "../std/utility.hpp" -#include "../std/vector.hpp" -#include "../std/algorithm.hpp" -#include "../std/limits.hpp" -#include "../std/exception.hpp" +#include "std/utility.hpp" +#include "std/vector.hpp" +#include "std/algorithm.hpp" +#include "std/limits.hpp" +#include "std/exception.hpp" /// Classes for reading and writing any data in file with map of offsets for -- cgit v1.2.3