forked from organicmaps/organicmaps
Moved file_<reader/writer>_stream.hpp from indexer to coding lib
This commit is contained in:
parent
323f8a4579
commit
b83905901e
9 changed files with 11 additions and 15 deletions
|
@ -69,5 +69,5 @@ HEADERS += \
|
|||
threaded_list.hpp \
|
||||
resource_pool.hpp \
|
||||
limited_priority_queue.hpp \
|
||||
threaded_priority_queue.hpp
|
||||
|
||||
threaded_priority_queue.hpp \
|
||||
std_serialization.hpp \
|
||||
|
|
|
@ -77,3 +77,5 @@ HEADERS += \
|
|||
trie_reader.hpp \
|
||||
mmap_reader.hpp \
|
||||
read_write_utils.hpp \
|
||||
file_reader_stream.hpp \
|
||||
file_writer_stream.hpp \
|
||||
|
|
|
@ -3,11 +3,12 @@
|
|||
|
||||
#include "../indexer/classificator.hpp"
|
||||
#include "../indexer/drawing_rules.hpp"
|
||||
#include "../indexer/file_reader_stream.hpp"
|
||||
#include "../indexer/scales.hpp"
|
||||
|
||||
#include "../platform/platform.hpp"
|
||||
|
||||
#include "../coding/file_reader_stream.hpp"
|
||||
|
||||
#include "../base/logging.hpp"
|
||||
|
||||
|
||||
|
|
|
@ -2,11 +2,8 @@
|
|||
|
||||
#include "osm_decl.hpp"
|
||||
|
||||
#include "../indexer/file_reader_stream.hpp"
|
||||
#include "../indexer/file_writer_stream.hpp"
|
||||
|
||||
#include "../coding/file_reader.hpp"
|
||||
#include "../coding/file_writer.hpp"
|
||||
#include "../coding/file_reader_stream.hpp"
|
||||
#include "../coding/file_writer_stream.hpp"
|
||||
|
||||
#include "../base/logging.hpp"
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#include "classificator_loader.hpp"
|
||||
#include "file_reader_stream.hpp"
|
||||
#include "classificator.hpp"
|
||||
#include "drawing_rules.hpp"
|
||||
|
||||
#include "../coding/file_reader_stream.hpp"
|
||||
#include "../coding/file_reader.hpp"
|
||||
|
||||
#include "../base/logging.hpp"
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
#include "../base/SRC_FIRST.hpp"
|
||||
|
||||
#include "drawing_rules.hpp"
|
||||
#include "file_reader_stream.hpp"
|
||||
#include "file_writer_stream.hpp"
|
||||
#include "scales.hpp"
|
||||
|
||||
#include "../coding/file_reader.hpp"
|
||||
#include "../coding/file_writer.hpp"
|
||||
#include "../coding/file_writer_stream.hpp"
|
||||
#include "../coding/file_reader_stream.hpp"
|
||||
|
||||
#include "../base/std_serialization.hpp"
|
||||
#include "../base/assert.hpp"
|
||||
|
|
|
@ -61,8 +61,6 @@ HEADERS += \
|
|||
feature_covering.hpp \
|
||||
mercator.hpp \
|
||||
feature_processor.hpp \
|
||||
file_reader_stream.hpp \
|
||||
file_writer_stream.hpp \
|
||||
feature_visibility.hpp \
|
||||
data_header.hpp \
|
||||
tree_structure.hpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue