summaryrefslogtreecommitdiff
path: root/c14n.c
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-03-02 00:29:17 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-03-02 00:43:54 +0100
commit776d15d38359255434f5d55722430dfcb7b3eba5 (patch)
tree2c205ab402f337d78864fc601e3c9e1c777898c6 /c14n.c
parent8f3bd262413fbac0c2314249ea3836667fce4538 (diff)
downloadlibxml2-776d15d38359255434f5d55722430dfcb7b3eba5.tar.gz
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
Diffstat (limited to 'c14n.c')
-rw-r--r--c14n.c2
1 files changed, 0 insertions, 2 deletions
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 <stdlib.h>
-#endif
#include <string.h>
#include <libxml/tree.h>