From 6f15d34fe53d317bb50688641cbf4ec48c6c82df Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 06:42:26 +0000 Subject: (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff). --- src/station_map.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/station_map.h') diff --git a/src/station_map.h b/src/station_map.h index 826fb4e3d..e06221bab 100644 --- a/src/station_map.h +++ b/src/station_map.h @@ -11,7 +11,6 @@ #include "station_func.h" #include "station_base.h" #include "rail.h" -#include "newgrf_station.h" typedef byte StationGfx; -- cgit v1.2.3-54-g00ecf