summaryrefslogtreecommitdiff
path: root/src/station.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.cpp')
-rw-r--r--src/station.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/station.cpp b/src/station.cpp
index c03e77e85..dfc5b2e59 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -6,7 +6,6 @@
#include "openttd.h"
#include "bridge_map.h"
#include "debug.h"
-#include "functions.h"
#include "station_map.h"
#include "table/sprites.h"
#include "table/strings.h"
@@ -32,6 +31,8 @@
#include "roadveh.h"
#include "station_gui.h"
#include "zoom_func.h"
+#include "functions.h"
+#include "window_func.h"
Station::Station(TileIndex tile)
{