From 6e3d999dce18a4766dd4811e4a0d8c4a510d1ecc Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 22 Jul 2009 11:35:35 +0000 Subject: (svn r16914) -Codechange: split Station and BaseStation into different files --- src/waypoint_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waypoint_func.h') diff --git a/src/waypoint_func.h b/src/waypoint_func.h index 480f690b5..70069859b 100644 --- a/src/waypoint_func.h +++ b/src/waypoint_func.h @@ -7,7 +7,7 @@ #include "rail_type.h" #include "command_type.h" -#include "station_base.h" +#include "waypoint_type.h" CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags, bool justremove); void ShowWaypointWindow(const Waypoint *wp); -- cgit v1.2.3-54-g00ecf