(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 d76c2ff76e
commit d5eeab43b7
153 changed files with 3 additions and 305 deletions

View File

@@ -13,7 +13,6 @@
#include "../void_map.h"
#include "../signs_base.h"
#include "../depot_base.h"
#include "../window_func.h"
#include "../fios.h"
#include "../gamelog_internal.h"
#include "../network/network.h"
@@ -52,10 +51,8 @@
#include "../core/backup_type.hpp"
#include "../smallmap_gui.h"
#include "../news_func.h"
#include "../group.h"
#include "../error.h"
#include "table/strings.h"
#include "saveload_internal.h"

View File

@@ -13,9 +13,6 @@
#include "../company_func.h"
#include "../company_manager_face.h"
#include "../fios.h"
#include "../rail_map.h"
#include "../road_map.h"
#include "../station_map.h"
#include "../tunnelbridge_map.h"
#include "../tunnelbridge.h"
#include "../station_base.h"

View File

@@ -10,7 +10,6 @@
/** @file game_sl.cpp Handles the saveload part of the GameScripts */
#include "../stdafx.h"
#include "../company_base.h"
#include "../debug.h"
#include "saveload.h"
#include "../string_func.h"

View File

@@ -11,7 +11,6 @@
#include "../stdafx.h"
#include "../industry.h"
#include "../newgrf.h"
#include "saveload.h"
#include "newgrf_sl.h"

View File

@@ -12,7 +12,6 @@
#include "../stdafx.h"
#include "../date_func.h"
#include "../zoom_func.h"
#include "../vehicle_func.h"
#include "../window_gui.h"
#include "../window_func.h"
#include "../viewport_func.h"

View File

@@ -10,7 +10,6 @@
/** @file newgrf_sl.cpp Code handling saving and loading of newgrf config */
#include "../stdafx.h"
#include "../core/bitmath_func.hpp"
#include "../fios.h"
#include "saveload.h"

View File

@@ -39,7 +39,6 @@
#include "../fileio_func.h"
#include "../gamelog.h"
#include "../string_func.h"
#include "../engine_base.h"
#include "../fios.h"
#include "../error.h"

View File

@@ -15,7 +15,6 @@
#include "../roadstop_base.h"
#include "../vehicle_base.h"
#include "../newgrf_station.h"
#include "../newgrf.h"
#include "saveload.h"
#include "table/strings.h"