From 2edd403656281f774e4a53251395b7b647a1c48b Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 00:06:17 +0000 Subject: (svn r12489) -Codechange: split station.h into station_base.h and station_func.h. --- src/strings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings.cpp') diff --git a/src/strings.cpp b/src/strings.cpp index aa62e30d7..b2d0d0b82 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -6,7 +6,7 @@ #include "openttd.h" #include "currency.h" #include "namegen_func.h" -#include "station.h" +#include "station_base.h" #include "town.h" #include "screenshot.h" #include "waypoint.h" -- cgit v1.2.3-54-g00ecf