From ac7c9b6051aef798018cb3bea820eb1e611b0994 Mon Sep 17 00:00:00 2001
From: celestar <celestar@openttd.org>
Date: Thu, 30 Mar 2006 11:05:05 +0000
Subject: [PATCH] (svn r4169) -Codechange: Removed an include which accidently
 slipped into a commit

---
 station_map.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/station_map.h b/station_map.h
index 768cabc196..1da92a0d9b 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)
 {