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/newgrf_station.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_station.cpp') diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp index 5162f6028..96654d90b 100644 --- a/src/newgrf_station.cpp +++ b/src/newgrf_station.cpp @@ -9,7 +9,7 @@ #include "landscape.h" #include "debug.h" #include "sprite.h" -#include "station.h" +#include "station_base.h" #include "station_map.h" #include "newgrf.h" #include "newgrf_callbacks.h" -- cgit v1.2.3-54-g00ecf