summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 00:17:39 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 00:17:39 +0000
commitdf1d9bd8808fbf0f7e871f6ab5b361b7c8c4ad9d (patch)
tree92c7d9b5af5f6b372ee41d33cbd5729a840656ea /src/console_cmds.cpp
parentc51b81c24781faad386950578a1045c9dd038fc5 (diff)
downloadopenttd-df1d9bd8808fbf0f7e871f6ab5b361b7c8c4ad9d.tar.xz
(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index c18d2f6df..47e6d9212 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -6,7 +6,7 @@
#include "openttd.h"
#include "console.h"
#include "debug.h"
-#include "engine.h"
+#include "engine_func.h"
#include "landscape.h"
#include "saveload.h"
#include "variables.h"
@@ -18,7 +18,6 @@
#include "settings_func.h"
#include "fios.h"
#include "fileio.h"
-#include "station.h"
#include "screenshot.h"
#include "genworld.h"
#include "network/network.h"