From 6c20f77330468a954ca2abcd396ab4135ea176fd Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 24 May 2008 10:15:06 +0000 Subject: (svn r13228) -Codechange: split console.h. --- src/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug.cpp') 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 #include #include "openttd.h" -#include "console.h" +#include "console_func.h" #include "debug.h" #include "string_func.h" #include "network/core/core.h" -- cgit v1.2.3-54-g00ecf