]> granicus.if.org Git - flex/commitdiff
remove include of malloc.h
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 7 Oct 2002 12:26:45 +0000 (12:26 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 7 Oct 2002 12:26:45 +0000 (12:26 +0000)
flexdef.h

index 84867b20abb19bfce7c8a2c31e7e102c4879debb..df4270f21bbfc732c1089350610b92ec2b7c35d2 100644 (file)
--- a/flexdef.h
+++ b/flexdef.h
@@ -115,9 +115,6 @@ __extension__ typedef unsigned long long int uint64_t;
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif