src/map.cpp
changeset 8626 440dfcd14c4a
parent 8609 8c0c3e9dd6a0
child 8627 448ebf3a8291
--- a/src/map.cpp	Tue Dec 25 01:29:54 2007 +0000
+++ b/src/map.cpp	Tue Dec 25 09:48:53 2007 +0000
@@ -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?? */