forked from organicmaps/organicmaps
Removed unused version.hpp dependencies to speed up compilation
This commit is contained in:
parent
9306f074f1
commit
c48153fd26
5 changed files with 0 additions and 22 deletions
|
@ -12,8 +12,6 @@
|
|||
#include "../yg/pen_info.hpp"
|
||||
#include "../yg/straight_text_element.hpp"
|
||||
|
||||
#include "../version/version.hpp"
|
||||
|
||||
#include "../base/string_utils.hpp"
|
||||
#include "../base/logging.hpp"
|
||||
#include "../base/mutex.hpp"
|
||||
|
|
|
@ -1,13 +1,7 @@
|
|||
#include "country.hpp"
|
||||
|
||||
//#include "../indexer/data_factory.hpp"
|
||||
|
||||
//#include "../coding/file_container.hpp"
|
||||
|
||||
#include "../platform/platform.hpp"
|
||||
|
||||
#include "../version/version.hpp"
|
||||
|
||||
#include "../base/logging.hpp"
|
||||
|
||||
#include "../3party/jansson/myjansson.hpp"
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
#include "../base/logging.hpp"
|
||||
#include "../base/string_utils.hpp"
|
||||
|
||||
#include "../version/version.hpp"
|
||||
|
||||
#include "../std/algorithm.hpp"
|
||||
#include "../std/target_os.hpp"
|
||||
#include "../std/bind.hpp"
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
#include "../../testing/testing.hpp"
|
||||
|
||||
#include "../country.hpp"
|
||||
|
||||
#include "../../version/version.hpp"
|
||||
|
||||
#include "../../coding/file_writer.hpp"
|
||||
#include "../../coding/file_reader.hpp"
|
||||
|
||||
using namespace storage;
|
||||
|
|
@ -19,7 +19,6 @@ HEADERS +=
|
|||
|
||||
SOURCES += \
|
||||
../../testing/testingmain.cpp \
|
||||
country_test.cpp \
|
||||
simple_tree_test.cpp \
|
||||
country_info_test.cpp \
|
||||
generate_langs.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue