summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-24 10:15:06 +0000
committerrubidium <rubidium@openttd.org>2008-05-24 10:15:06 +0000
commit6c20f77330468a954ca2abcd396ab4135ea176fd (patch)
tree72e249a3b2b47077b3e38cac1908b6058e9a94f8 /src/debug.cpp
parent0c47d3fc14f9e81226001a2824a14164184c7d94 (diff)
downloadopenttd-6c20f77330468a954ca2abcd396ab4135ea176fd.tar.xz
(svn r13228) -Codechange: split console.h.
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 9dbf2642c..eb829efed 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -6,7 +6,7 @@
#include <stdio.h>
#include <stdarg.h>
#include "openttd.h"
-#include "console.h"
+#include "console_func.h"
#include "debug.h"
#include "string_func.h"
#include "network/core/core.h"