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/newgrf_station.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/newgrf_station.cpp') 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]; -- cgit v1.2.3-70-g09d2