From 82fc28f77f4ba1d613c1930781f77b45e4af5121 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 15 Jan 2010 16:41:15 +0000 Subject: (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header --- src/newgrf_station.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/newgrf_station.h') diff --git a/src/newgrf_station.h b/src/newgrf_station.h index b7cab7db9..84420c793 100644 --- a/src/newgrf_station.h +++ b/src/newgrf_station.h @@ -12,14 +12,13 @@ #ifndef NEWGRF_STATION_H #define NEWGRF_STATION_H -#include "engine_type.h" #include "newgrf_callbacks.h" -#include "tile_type.h" -#include "station_type.h" -#include "strings_type.h" #include "sprite.h" #include "direction_type.h" -#include "newgrf.h" +#include "cargo_type.h" +#include "strings_type.h" +#include "station_type.h" +#include "rail_type.h" enum StationClassID { STAT_CLASS_BEGIN = 0, ///< the lowest valid value -- cgit v1.2.3-54-g00ecf