don't include malloc.h

This commit is contained in:
Bill Currie 2001-08-05 03:13:08 +00:00
parent 040345bc60
commit 874a2c6716

View file

@ -34,9 +34,6 @@
#ifdef HAVE_ZLIB
# include <zlib.h>
#endif
#ifdef HAVE_MALLOC_H
# include <malloc.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif