Removed unused version.hpp dependencies to speed up compilation

This commit is contained in:
Alex Zolotarev 2012-07-09 21:30:08 -07:00 committed by Alex Zolotarev
parent 9306f074f1
commit c48153fd26
5 changed files with 0 additions and 22 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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;

View file

@ -19,7 +19,6 @@ HEADERS +=
SOURCES += \
../../testing/testingmain.cpp \
country_test.cpp \
simple_tree_test.cpp \
country_info_test.cpp \
generate_langs.cpp \