diff options
Diffstat (limited to 'src/common/malloc.h')
-rw-r--r-- | src/common/malloc.h | 2 |
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
|