summaryrefslogtreecommitdiff
path: root/src/saveload/afterload.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-20 13:56:35 +0000
committersmatz <smatz@openttd.org>2009-01-20 13:56:35 +0000
commita9a8bb35901ca431756eba4406f9da9dbc817829 (patch)
tree39a77b90e14746c78ffdaf2509d326fd8055b61c /src/saveload/afterload.cpp
parent4091989752139d35c9153e701e862143acd99c7f (diff)
downloadopenttd-a9a8bb35901ca431756eba4406f9da9dbc817829.tar.xz
(svn r15166) -Codechange: reduce number of includes in afterload.cpp
Diffstat (limited to 'src/saveload/afterload.cpp')
-rw-r--r--src/saveload/afterload.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/saveload/afterload.cpp b/src/saveload/afterload.cpp
index 3de834342..21d11f97a 100644
--- a/src/saveload/afterload.cpp
+++ b/src/saveload/afterload.cpp
@@ -7,35 +7,28 @@
#include "../tile_type.h"
#include "../tile_map.h"
#include "../map_type.h"
-#include "../road_map.h"
#include "../town.h"
#include "../void_map.h"
#include "../signs_base.h"
#include "../window_func.h"
-#include "../station_func.h"
-#include "../company_base.h"
#include "../fios.h"
#include "../date_func.h"
-#include "../engine_func.h"
#include "../train.h"
#include "../string_func.h"
#include "../newgrf_config.h"
#include "../gamelog.h"
#include "../waypoint.h"
#include "../station_map.h"
-#include "../station_base.h"
#include "../tunnelbridge_map.h"
#include "../debug.h"
#include "../network/network.h"
#include "../openttd.h"
#include "../gfxinit.h"
-#include "../gfx_func.h"
#include "../functions.h"
#include "../industry_map.h"
#include "../town_map.h"
#include "../clear_map.h"
#include "../engine_base.h"
-#include "../landscape.h"
#include "../vehicle_func.h"
#include "../newgrf_station.h"
#include "../yapf/yapf.hpp"