(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files

This commit is contained in:
rubidium
2012-01-03 21:32:51 +00:00
parent d880056415
commit 6d6be50ae0
153 changed files with 3 additions and 305 deletions

View File

@@ -14,7 +14,6 @@
#include "../error.h"
#include "../gui.h"
#include "../querystring_gui.h"
#include "../company_func.h"
#include "../company_base.h"
#include "../company_gui.h"
#include "../strings_func.h"
@@ -24,7 +23,6 @@
#include "../network/network.h"
#include "../settings_func.h"
#include "../network/network_content.h"
#include "../core/backup_type.hpp"
#include "ai.hpp"
#include "../script/api/script_log.hpp"
@@ -36,7 +34,6 @@
#include "../game/game_info.hpp"
#include "../game/game_instance.hpp"
#include "../widgets/ai_widget.h"
#include "table/strings.h"