From 15737fe80b0502198c92541055647e662260c0e3 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 7 Oct 2002 12:26:45 +0000 Subject: [PATCH] remove include of malloc.h --- flexdef.h | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.40.0