summaryrefslogtreecommitdiff
path: root/src/station.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/station.cpp
parent416c7d5ddaace157925d1d4220479be89a1cb13a (diff)
downloadopenttd-0d3f5e6e74cae69d927a65a3d59c6391b713b987.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/station.cpp')
-rw-r--r--src/station.cpp20
1 files changed, 3 insertions, 17 deletions
diff --git a/src/station.cpp b/src/station.cpp
index bb961b07f..2480fb1aa 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -3,20 +3,9 @@
/** @file station.cpp Implementation of the station base class. */
#include "stdafx.h"
-#include "openttd.h"
-#include "bridge_map.h"
-#include "debug.h"
-#include "station_map.h"
-#include "station_base.h"
-#include "town.h"
#include "company_func.h"
-#include "airport.h"
-#include "sprite.h"
-#include "train.h"
-#include "water_map.h"
-#include "industry_map.h"
-#include "newgrf_callbacks.h"
-#include "newgrf_station.h"
+#include "industry.h"
+#include "newgrf_cargo.h"
#include "yapf/yapf.h"
#include "cargotype.h"
#include "roadveh.h"
@@ -26,15 +15,12 @@
#include "functions.h"
#include "window_func.h"
#include "date_func.h"
-#include "variables.h"
-#include "settings_type.h"
#include "command_func.h"
-#include "order_func.h"
#include "news_func.h"
#include "aircraft.h"
#include "vehicle_gui.h"
+#include "settings_type.h"
-#include "table/sprites.h"
#include "table/strings.h"
Station::Station(TileIndex tile)