summaryrefslogtreecommitdiff
path: root/src/waypoint.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-03-13 23:48:07 +0000
committersmatz <smatz@openttd.org>2009-03-13 23:48:07 +0000
commit4c6afbbbe2639c64a31b40afa8deadbce3942b98 (patch)
treef06698021be4aeb9fdf72d6ee5d5620ac12f1187 /src/waypoint.cpp
parentc540d40be190c96722254e5e8b5117652be591fe (diff)
downloadopenttd-4c6afbbbe2639c64a31b40afa8deadbce3942b98.tar.xz
(svn r15704) -Cleanup: remove further includes from recently split files
Diffstat (limited to 'src/waypoint.cpp')
-rw-r--r--src/waypoint.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/waypoint.cpp b/src/waypoint.cpp
index 9b7d8fa70..c39a83273 100644
--- a/src/waypoint.cpp
+++ b/src/waypoint.cpp
@@ -4,7 +4,7 @@
#include "stdafx.h"
-#include "command_func.h"
+#include "strings_type.h"
#include "rail.h"
#include "station_base.h"
#include "town.h"
@@ -12,7 +12,7 @@
#include "window_func.h"
#include "newgrf_station.h"
#include "oldpool_func.h"
-#include "train.h"
+#include "order_func.h"
DEFINE_OLD_POOL_GENERIC(Waypoint, Waypoint)