(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

@@ -22,7 +22,6 @@
#include "vehicle_func.h"
#include "sound_func.h"
#include "terraform_gui.h"
#include "transparency.h"
#include "strings_func.h"
#include "company_func.h"
#include "company_gui.h"
@@ -42,7 +41,6 @@
#include "newgrf_debug.h"
#include "hotkeys.h"
#include "engine_base.h"
#include "settings_type.h"
#include "widgets/toolbar_widget.h"
@@ -50,8 +48,6 @@
#include "network/network_gui.h"
#include "network/network_func.h"
#include "table/strings.h"
#include "table/sprites.h"
RailType _last_built_railtype;
RoadType _last_built_roadtype;