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