summaryrefslogtreecommitdiff
path: root/src/common/malloc.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 22:44:44 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 22:44:44 +0000
commit5193aa762ab15f3cbaf91fdaa3e4e02096264e0a (patch)
tree50c909084cc8e25c2675e4d3c63031c44a2f8a54 /src/common/malloc.h
parent16363d4263bdd3cf7f1030db96796c3b67335a99 (diff)
downloadhercules-5193aa762ab15f3cbaf91fdaa3e4e02096264e0a.tar.gz
hercules-5193aa762ab15f3cbaf91fdaa3e4e02096264e0a.tar.bz2
hercules-5193aa762ab15f3cbaf91fdaa3e4e02096264e0a.tar.xz
hercules-5193aa762ab15f3cbaf91fdaa3e4e02096264e0a.zip
- Fixed the infinite warp looping between Lutie and Lutie field 01
- Removed the limits.h file which just breaks compilation on *nix systems T.T git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5777 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/malloc.h')
-rw-r--r--src/common/malloc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/malloc.h b/src/common/malloc.h
index d6c6e50c4..e9dbb9d44 100644
--- a/src/common/malloc.h
+++ b/src/common/malloc.h
@@ -15,8 +15,6 @@
#endif
#define ALC_MARK __FILE__, __LINE__, __func__
-#include "limits.h"
-
//////////////////////////////////////////////////////////////////////
// Whether to use Athena's built-in Memory Manager (enabled by default)
// To disable just comment the following line