summaryrefslogtreecommitdiff
path: root/station_map.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-03-30 11:05:05 +0000
committercelestar <celestar@openttd.org>2006-03-30 11:05:05 +0000
commitac7c9b6051aef798018cb3bea820eb1e611b0994 (patch)
tree49217c64b61036a33a9749b03af6dd3e25c21f2a /station_map.h
parentd7a6b26c3967677dc2c163e583ad9a5acd34ee11 (diff)
downloadopenttd-ac7c9b6051aef798018cb3bea820eb1e611b0994.tar.xz
(svn r4169) -Codechange: Removed an include which accidently slipped into a commit
Diffstat (limited to 'station_map.h')
-rw-r--r--station_map.h2
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)
{