summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
committersmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
commit0d3f5e6e74cae69d927a65a3d59c6391b713b987 (patch)
tree40327e8a6984433becd287c550cfef11be709043 /src/town_cmd.cpp
parent416c7d5ddaace157925d1d4220479be89a1cb13a (diff)
downloadopenttd-0d3f5e6e74cae69d927a65a3d59c6391b713b987.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r--src/town_cmd.cpp14
1 files changed, 3 insertions, 11 deletions
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;