diff options
Diffstat (limited to 'malloc.h')
-rw-r--r-- | malloc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/malloc.h b/malloc.h index 72873ea5de..448e0a8c6b 100644 --- a/malloc.h +++ b/malloc.h @@ -1,5 +1 @@ -#ifdef USE_NEW_MALLOC -# include <new-malloc/malloc.h> -#else -# include <malloc/malloc.h> -#endif +#include <malloc/malloc.h> |