From: Will Estes Date: Mon, 7 Oct 2002 12:26:45 +0000 (+0000) Subject: remove include of malloc.h X-Git-Tag: flex-2-5-23~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15737fe80b0502198c92541055647e662260c0e3;p=flex remove include of malloc.h --- diff --git a/flexdef.h b/flexdef.h index 84867b2..df4270f 100644 --- a/flexdef.h +++ b/flexdef.h @@ -115,9 +115,6 @@ __extension__ typedef unsigned long long int uint64_t; #ifdef HAVE_SYS_TYPES_H #include #endif -#ifdef HAVE_MALLOC_H -#include -#endif #ifdef HAVE_UNISTD_H #include #endif