From 0d3f5e6e74cae69d927a65a3d59c6391b713b987 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 31 Jan 2009 20:16:06 +0000 Subject: (svn r15299) -Cleanup: remove many redundant includes --- src/town_cmd.cpp | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'src/town_cmd.cpp') diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index 7be47fa6a..4d00a9e91 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -4,16 +4,12 @@ #include "stdafx.h" #include "openttd.h" -#include "tile_cmd.h" -#include "debug.h" -#include "road_map.h" +#include "road_type.h" #include "road_internal.h" /* Cleaning up road bits */ #include "road_cmd.h" #include "landscape.h" #include "town_map.h" -#include "tunnel_map.h" #include "viewport_func.h" -#include "town.h" #include "command_func.h" #include "industry.h" #include "station_base.h" @@ -23,11 +19,9 @@ #include "unmovable_map.h" #include "water_map.h" #include "variables.h" -#include "bridge.h" -#include "bridge_map.h" +#include "slope_func.h" #include "genworld.h" #include "newgrf.h" -#include "newgrf_callbacks.h" #include "newgrf_house.h" #include "newgrf_commons.h" #include "newgrf_townname.h" @@ -41,17 +35,15 @@ #include "string_func.h" #include "newgrf_cargo.h" #include "oldpool_func.h" -#include "sprite.h" #include "economy_func.h" #include "station_func.h" -#include "cheat_func.h" +#include "cheat_type.h" #include "functions.h" #include "animated_tile_func.h" #include "date_func.h" #include "core/smallmap_type.hpp" #include "table/strings.h" -#include "table/sprites.h" #include "table/town_land.h" uint _total_towns; -- cgit v1.2.3-54-g00ecf