summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 184e54c0a..93d984811 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -18,7 +18,6 @@
#include "viewport.h"
#include "command_func.h"
#include "town.h"
-#include "vehicle.h"
#include "news.h"
#include "saveload.h"
#include "player.h"
@@ -44,6 +43,7 @@
#include "functions.h"
#include "window_func.h"
#include "date_func.h"
+#include "vehicle_func.h"
DEFINE_OLD_POOL_GENERIC(Station, Station)
DEFINE_OLD_POOL_GENERIC(RoadStop, RoadStop)