* src/SDCCast.c (isConformingBody): fixed bug 1505811, thanks Robert Larice
[fw/sdcc] / support / Util / NewAlloc.c
index 86e78e430c798072a34b23fc7e013550c875c249..fb8a180aa75fae876c356533e4bcfa6c554424ba 100644 (file)
@@ -28,13 +28,6 @@ functions.
 */
 
 #include <stdio.h>
-#if defined(__APPLE__) && defined(__MACH__)
-#include <sys/malloc.h>
-#else
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-#endif
 #include <stdlib.h>
 #include <string.h>
 #include <memory.h>