diff options
author | rubidium <rubidium@openttd.org> | 2008-03-31 06:42:26 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-31 06:42:26 +0000 |
commit | 877ca99198b7c4113d18d2c2aa744732b843d735 (patch) | |
tree | ca1da1b595ee5229eb189471cdef8c2c304464b4 /src/station_map.h | |
parent | df1d9bd8808fbf0f7e871f6ab5b361b7c8c4ad9d (diff) | |
download | openttd-877ca99198b7c4113d18d2c2aa744732b843d735.tar.xz |
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
Diffstat (limited to 'src/station_map.h')
-rw-r--r-- | src/station_map.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |