aboutsummaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-11 22:34:34 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-11 22:34:34 +0200
commitcabe6f1d65a84a6f047553eb5d859f407bff6a70 (patch)
treeb70aaf5b3937dea408aea5c7481c90481eefbe03 /src/map.h
parentdad2455a032d6b3911cd650429f9c0c4c1642cc0 (diff)
downloadhax-minetest-server-cabe6f1d65a84a6f047553eb5d859f407bff6a70.tar.gz
hax-minetest-server-cabe6f1d65a84a6f047553eb5d859f407bff6a70.zip
some fixes to make compiling on some bsd easier
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index e93ba2cd3..60cfd698b 100644
--- a/src/map.h
+++ b/src/map.h
@@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <jmutex.h>
#include <jthread.h>
#include <iostream>
-#include <malloc.h>
#ifdef _WIN32
#include <windows.h>