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/map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.cpp') diff --git a/src/map.cpp b/src/map.cpp index 33e255e7b..cd65a146e 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -7,9 +7,9 @@ #include "debug.h" #include "functions.h" #include "map.h" -#include "helpers.hpp" #include "direction_func.h" #include "core/bitmath_func.hpp" +#include "core/alloc_func.hpp" #if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */ /* Why the hell is that not in all MSVC headers?? */ -- cgit v1.2.3-54-g00ecf