From 00c9d3ef20c83df43118a9ace5b8dd8eca26a126 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Dec 2007 09:48:53 +0000 Subject: (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. --- src/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console.cpp') diff --git a/src/console.cpp b/src/console.cpp index 7d0efa6dc..f18c6749c 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -15,10 +15,10 @@ #include #include #include "console.h" -#include "helpers.hpp" #include "network/network.h" #include "network/network_data.h" #include "network/network_server.h" +#include "core/alloc_func.hpp" #define ICON_BUFFER 79 #define ICON_HISTORY_SIZE 20 -- cgit v1.2.3-54-g00ecf