* src/SDCCmain.c (linkEdit),
[fw/sdcc] / as / hc08 / lklibr.c
index 2481d9f02a8e312f005e6bdf83a2467b82b453bf..74c8c361b251dfa16bff3a32e91d4215f732b912 100644 (file)
 #define EQ(A,B) !strcmp((A),(B))
 #define MAXLINE 254 /*when using fgets*/
 
-#if defined(__APPLE__) && defined(__MACH__)
-#include <sys/types.h>
-#include <sys/malloc.h>
-#else
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>