summaryrefslogtreecommitdiff
path: root/src/newgrf_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/newgrf_station.cpp
parent416c7d5ddaace157925d1d4220479be89a1cb13a (diff)
downloadopenttd-0d3f5e6e74cae69d927a65a3d59c6391b713b987.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r--src/newgrf_station.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp
index dd5473953..9cec024dc 100644
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -3,21 +3,14 @@
/** @file newgrf_station.cpp Functions for dealing with station classes and custom stations. */
#include "stdafx.h"
-#include "openttd.h"
#include "variables.h"
-#include "tile_cmd.h"
#include "landscape.h"
#include "debug.h"
-#include "sprite.h"
-#include "station_base.h"
#include "station_map.h"
-#include "newgrf.h"
-#include "newgrf_callbacks.h"
#include "newgrf_commons.h"
#include "newgrf_station.h"
#include "newgrf_spritegroup.h"
#include "newgrf_sound.h"
-#include "cargotype.h"
#include "town.h"
#include "newgrf_town.h"
#include "gfx_func.h"
@@ -26,10 +19,8 @@
#include "animated_tile_func.h"
#include "functions.h"
#include "tunnelbridge_map.h"
-#include "rail_map.h"
#include "spritecache.h"
-#include "table/sprites.h"
#include "table/strings.h"
StationClass _station_classes[STAT_CLASS_MAX];