summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-09 09:57:48 +0000
committerrubidium <rubidium@openttd.org>2008-01-09 09:57:48 +0000
commitb4b3190b62538249dffe77b60e5b65b3d78005d8 (patch)
treeb946eff1c2e3f2adb7b5978dd292871e408fb28b /src/console_cmds.cpp
parent0e517fe023a697d9df45e56548f77946a3d0ddb9 (diff)
downloadopenttd-b4b3190b62538249dffe77b60e5b65b3d78005d8.tar.xz
(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index f92024a5d..b47a6d521 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -23,7 +23,7 @@
#include "genworld.h"
#include "network/network.h"
#include "strings_func.h"
-#include "viewport.h"
+#include "viewport_func.h"
#include "window_func.h"
#include "functions.h"
#include "map_func.h"