forked from organicmaps/organicmaps
Moved defines.hpp to the project root
This commit is contained in:
parent
fc917c3fe9
commit
0998a6bc3a
18 changed files with 17 additions and 16 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "data_header_reader.hpp"
|
||||
#include "data_header.hpp"
|
||||
|
||||
#include "../storage/defines.hpp"
|
||||
#include "../defines.hpp"
|
||||
|
||||
#include "../coding/file_container.hpp"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "feature_visibility.hpp"
|
||||
#include "scales.hpp"
|
||||
|
||||
#include "../storage/defines.hpp" // just for file extensions
|
||||
#include "../defines.hpp" // just for file extensions
|
||||
|
||||
#include "../geometry/rect2d.hpp"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "feature.hpp"
|
||||
#include "data_header_reader.hpp"
|
||||
|
||||
#include "../storage/defines.hpp"
|
||||
#include "../defines.hpp"
|
||||
|
||||
#include "../coding/var_record_reader.hpp"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "scale_index.hpp"
|
||||
#include "scales.hpp"
|
||||
|
||||
#include "../../storage/defines.hpp"
|
||||
#include "../../defines.hpp"
|
||||
|
||||
#include "../geometry/rect2d.hpp"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "data_header_reader.hpp"
|
||||
#include "features_vector.hpp"
|
||||
|
||||
#include "../storage/defines.hpp"
|
||||
#include "../defines.hpp"
|
||||
|
||||
#include "../coding/file_container.hpp"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "feature_routine.hpp"
|
||||
|
||||
#include "../../storage/defines.hpp" // just for file extensions
|
||||
#include "../../defines.hpp" // just for file extensions
|
||||
|
||||
#include "../feature_impl.hpp"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "../classif_routine.hpp"
|
||||
#include "../features_vector.hpp"
|
||||
#include "../data_header_reader.hpp"
|
||||
#include "../../storage/defines.hpp"
|
||||
#include "../../defines.hpp"
|
||||
#include "../../platform/platform.hpp"
|
||||
#include "../../coding/file_container.hpp"
|
||||
#include "../../base/stl_add.hpp"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "../../indexer/feature.hpp"
|
||||
#include "../../indexer/feature_visibility.hpp"
|
||||
#include "../../storage/defines.hpp"
|
||||
#include "../../defines.hpp"
|
||||
|
||||
#include "../../std/string.hpp"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include "osm_element.hpp"
|
||||
#include "polygonizer.hpp"
|
||||
|
||||
#include "../../storage/defines.hpp"
|
||||
#include "../../defines.hpp"
|
||||
|
||||
#include "../../indexer/data_header.hpp"
|
||||
#include "../../indexer/osm_decl.hpp"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "feature_sorter.hpp"
|
||||
#include "feature_generator.hpp"
|
||||
|
||||
#include "../../storage/defines.hpp"
|
||||
#include "../../defines.hpp"
|
||||
|
||||
#include "../../indexer/data_header.hpp"
|
||||
#include "../../indexer/feature_processor.hpp"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "../osm_decl.hpp"
|
||||
#include "../data_header.hpp"
|
||||
|
||||
#include "../../storage/defines.hpp"
|
||||
#include "../../defines.hpp"
|
||||
|
||||
#include "../../platform/platform.hpp"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "../../platform/platform.hpp"
|
||||
|
||||
#include "../../storage/country.hpp"
|
||||
#include "../../storage/defines.hpp"
|
||||
#include "../../defines.hpp"
|
||||
|
||||
#include "../../base/string_utils.hpp"
|
||||
#include "../../base/logging.hpp"
|
||||
|
|
2
omim.pro
2
omim.pro
|
@ -3,6 +3,8 @@
|
|||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
HEADERS += defines.hpp
|
||||
|
||||
# desktop projects
|
||||
win32|macx|unix {
|
||||
SUBDIRS = 3party \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "../platform.hpp"
|
||||
|
||||
#include "../../storage/defines.hpp"
|
||||
#include "../../defines.hpp"
|
||||
|
||||
#include "../../std/stdio.hpp"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "defines.hpp"
|
||||
#include "../defines.hpp"
|
||||
#include "simple_tree.hpp"
|
||||
|
||||
#include "../geometry/rect2d.hpp"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "../platform/download_manager.hpp"
|
||||
#include "../platform/platform.hpp"
|
||||
|
||||
#include "../storage/defines.hpp"
|
||||
#include "../defines.hpp"
|
||||
#include "../storage/country.hpp"
|
||||
|
||||
#include "../std/vector.hpp"
|
||||
|
|
|
@ -12,7 +12,6 @@ include($$ROOT_DIR/common.pri)
|
|||
|
||||
HEADERS += \
|
||||
country.hpp \
|
||||
defines.hpp \
|
||||
simple_tree.hpp \
|
||||
storage.hpp \
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue