summaryrefslogtreecommitdiff
path: root/src/waypoint.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-27 13:35:39 +0000
committerrubidium <rubidium@openttd.org>2007-12-27 13:35:39 +0000
commit722613f7f3d833e28193f4c628161a372aa346b5 (patch)
tree7262db82a9e80413b5783b88be96602fdd29a485 /src/waypoint.cpp
parentae3206cd97f78a4657f6a33603125bf98811b726 (diff)
downloadopenttd-722613f7f3d833e28193f4c628161a372aa346b5.tar.xz
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Diffstat (limited to 'src/waypoint.cpp')
-rw-r--r--src/waypoint.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/waypoint.cpp b/src/waypoint.cpp
index e26e0e80a..a7d4267bc 100644
--- a/src/waypoint.cpp
+++ b/src/waypoint.cpp
@@ -17,7 +17,6 @@
#include "waypoint.h"
#include "variables.h"
#include "table/strings.h"
-#include "vehicle.h"
#include "yapf/yapf.h"
#include "newgrf.h"
#include "string.h"
@@ -28,6 +27,8 @@
#include "window_func.h"
#include "economy_func.h"
#include "date_func.h"
+#include "vehicle_func.h"
+#include "vehicle_base.h"
enum {
MAX_WAYPOINTS_PER_TOWN = 64,