From d4e6a6bf57216b39745b61971141e088e15e2d0d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 01:21:35 +0000 Subject: (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. --- src/newgrf_station.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_station.h') diff --git a/src/newgrf_station.h b/src/newgrf_station.h index ee9050b5e..cb969bc86 100644 --- a/src/newgrf_station.h +++ b/src/newgrf_station.h @@ -9,6 +9,7 @@ #include "newgrf_callbacks.h" #include "newgrf_cargo.h" #include "tile_type.h" +#include "strings_type.h" enum StationClassID { STAT_CLASS_BEGIN = 0, ///< the lowest valid value -- cgit v1.2.3-54-g00ecf