diff options
author | celestar <celestar@openttd.org> | 2006-03-30 11:05:05 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-03-30 11:05:05 +0000 |
commit | 5afef2d7c62518839f385d0ee7fc14fd4f43ed9d (patch) | |
tree | 49217c64b61036a33a9749b03af6dd3e25c21f2a | |
parent | 4e1dc63a5eb5184d2767125d7beed670e78e094f (diff) | |
download | openttd-5afef2d7c62518839f385d0ee7fc14fd4f43ed9d.tar.xz |
(svn r4169) -Codechange: Removed an include which accidently slipped into a commit
-rw-r--r-- | station_map.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/station_map.h b/station_map.h index 768cabc19..1da92a0d9 100644 --- a/station_map.h +++ b/station_map.h @@ -4,8 +4,6 @@ #define STATION_MAP_H #include "station.h" -#include "water_map.h" /* for IsClearWaterTile */ - static inline StationID GetStationIndex(TileIndex t) { |