diff options
author | rubidium <rubidium@openttd.org> | 2007-12-25 23:42:52 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-25 23:42:52 +0000 |
commit | 7058b2cce226cc3c1fba0644f68f5d64593547be (patch) | |
tree | 070c07001872a2ff901cc931aa615cd0c58aca13 /src/station_map.h | |
parent | df3815b8dd0252e722d946ee495b9fb7308462bb (diff) | |
download | openttd-7058b2cce226cc3c1fba0644f68f5d64593547be.tar.xz |
(svn r11700) -Codechange: reduce the amount of unnecessary includes.
Diffstat (limited to 'src/station_map.h')
-rw-r--r-- | src/station_map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_map.h b/src/station_map.h index 4c72d1dad..e6500d377 100644 --- a/src/station_map.h +++ b/src/station_map.h @@ -8,6 +8,7 @@ #include "rail_map.h" #include "road_map.h" #include "station.h" +#include "rail.h" typedef byte StationGfx; |