summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-10-07 12:26:45 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-10-07 12:26:45 +0000
commit15737fe80b0502198c92541055647e662260c0e3 (patch)
tree5f1cf4e88cb3690de2eee954e4154bba8d3f3fae /flexdef.h
parentea58a7e0ed9576308a1260f006bff7414c8a6e5f (diff)
remove include of malloc.h
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h3
1 files changed, 0 insertions, 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 <sys/types.h>
#endif
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif