(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include "../industry.h"
|
||||
#include "../clear_map.h"
|
||||
#include "../vehicle_func.h"
|
||||
#include "../debug.h"
|
||||
#include "../string_func.h"
|
||||
#include "../date_func.h"
|
||||
#include "../roadveh.h"
|
||||
@@ -31,7 +30,6 @@
|
||||
#include "../waypoint_base.h"
|
||||
#include "../roadstop_base.h"
|
||||
#include "../tunnelbridge_map.h"
|
||||
#include "../landscape.h"
|
||||
#include "../pathfinder/yapf/yapf_cache.h"
|
||||
#include "../elrail_func.h"
|
||||
#include "../signs_func.h"
|
||||
@@ -48,9 +46,7 @@
|
||||
#include "../animated_tile_func.h"
|
||||
#include "../subsidy_base.h"
|
||||
#include "../subsidy_func.h"
|
||||
#include "../company_base.h"
|
||||
#include "../newgrf.h"
|
||||
#include "../engine_base.h"
|
||||
#include "../engine_func.h"
|
||||
#include "../rail_gui.h"
|
||||
#include "../core/backup_type.hpp"
|
||||
|
@@ -10,7 +10,6 @@
|
||||
/** @file company_sl.cpp Code handling saving and loading of company data */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../company_base.h"
|
||||
#include "../company_func.h"
|
||||
#include "../company_manager_face.h"
|
||||
#include "../fios.h"
|
||||
|
@@ -11,7 +11,6 @@
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../gamelog_internal.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
|
||||
#include "saveload.h"
|
||||
|
||||
|
@@ -11,7 +11,6 @@
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../map_func.h"
|
||||
#include "../core/alloc_type.hpp"
|
||||
#include "../core/bitmath_func.hpp"
|
||||
#include "../fios.h"
|
||||
|
||||
|
@@ -18,7 +18,6 @@
|
||||
#include "../window_func.h"
|
||||
#include "../viewport_func.h"
|
||||
#include "../gfx_func.h"
|
||||
#include "../company_base.h"
|
||||
#include "../core/random_func.hpp"
|
||||
#include "../fios.h"
|
||||
|
||||
|
@@ -10,10 +10,7 @@
|
||||
/** @file newgrf_sl.cpp Code handling saving and loading of newgrf config */
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../newgrf_config.h"
|
||||
#include "../core/bitmath_func.hpp"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../gfx_func.h"
|
||||
#include "../fios.h"
|
||||
|
||||
#include "saveload.h"
|
||||
|
@@ -25,9 +25,6 @@
|
||||
#include "../date_func.h"
|
||||
#include "../vehicle_func.h"
|
||||
#include "../effectvehicle_base.h"
|
||||
#include "../core/mem_func.hpp"
|
||||
#include "../core/alloc_type.hpp"
|
||||
#include "../engine_base.h"
|
||||
#include "../engine_func.h"
|
||||
#include "../company_base.h"
|
||||
#include "saveload_internal.h"
|
||||
|
@@ -40,7 +40,6 @@
|
||||
#include "../gamelog.h"
|
||||
#include "../string_func.h"
|
||||
#include "../engine_base.h"
|
||||
#include "../company_base.h"
|
||||
#include "../fios.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
@@ -17,7 +17,6 @@
|
||||
#include "../aircraft.h"
|
||||
#include "../station_base.h"
|
||||
#include "../effectvehicle_base.h"
|
||||
#include "../engine_base.h"
|
||||
|
||||
#include "saveload.h"
|
||||
|
||||
|
Reference in New Issue
Block a user