* configure.in: added missing mcs51 in status output
[fw/sdcc] / as / z80 / aslist.c
index 997bb4c9b91747ed7bcbf210b8eb94348ab285c6..8fc6653569957aed7a09e42ab00719835ab0d215 100644 (file)
 #include <setjmp.h>
 #include <string.h>
 #include <stdlib.h>
-#if defined(__APPLE__) && defined(__MACH__)
-#include <sys/types.h>
-#include <sys/malloc.h>
-#else
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-#endif
 
 
 #include "asm.h"