diff options
author | rubidium <rubidium@openttd.org> | 2008-03-31 00:06:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-31 00:06:17 +0000 |
commit | 2edd403656281f774e4a53251395b7b647a1c48b (patch) | |
tree | eb3da2680e728750995c9c6d9df9bee5c7028211 /src/road_map.cpp | |
parent | 4a1035ab95a994991b2ce802dbbd78f7dd6c0090 (diff) | |
download | openttd-2edd403656281f774e4a53251395b7b647a1c48b.tar.xz |
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Diffstat (limited to 'src/road_map.cpp')
-rw-r--r-- | src/road_map.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/road_map.cpp b/src/road_map.cpp index a39fa5fc9..8c1783640 100644 --- a/src/road_map.cpp +++ b/src/road_map.cpp @@ -7,7 +7,6 @@ #include "bridge_map.h" #include "tile_cmd.h" #include "road_map.h" -#include "station.h" #include "tunnel_map.h" #include "station_map.h" #include "depot.h" |