summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 00:06:17 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 00:06:17 +0000
commitc51b81c24781faad386950578a1045c9dd038fc5 (patch)
treeeb3da2680e728750995c9c6d9df9bee5c7028211 /src/order_gui.cpp
parentb84b16cfcd06f66f44aa2ff8ad8382776662773d (diff)
downloadopenttd-c51b81c24781faad386950578a1045c9dd038fc5.tar.xz
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index 7ec38c7c3..8d2fd6b1d 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -8,7 +8,7 @@
#include "station_map.h"
#include "gui.h"
#include "window_gui.h"
-#include "station.h"
+#include "station_base.h"
#include "town.h"
#include "command_func.h"
#include "viewport_func.h"