From 776d15d38359255434f5d55722430dfcb7b3eba5 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 2 Mar 2022 00:29:17 +0100 Subject: Don't check for standard C89 headers Don't check for - ctype.h - errno.h - float.h - limits.h - math.h - signal.h - stdarg.h - stdlib.h - string.h - time.h Stop including non-standard headers - malloc.h - strings.h --- c14n.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'c14n.c') diff --git a/c14n.c b/c14n.c index 82f2751f..7a3960c3 100644 --- a/c14n.c +++ b/c14n.c @@ -14,9 +14,7 @@ #ifdef LIBXML_C14N_ENABLED #ifdef LIBXML_OUTPUT_ENABLED -#ifdef HAVE_STDLIB_H #include -#endif #include #include -- cgit v1.2.1