summaryrefslogtreecommitdiff
path: root/xmllint.c
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-09-02 05:03:03 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-09-02 18:33:36 +0200
commit5bffa33a1286518f04869359b996d220e8af9bd1 (patch)
treeda84293adcd7b2c1968f5c441424dcbfbf5c0314 /xmllint.c
parent05fc6ee27cc3c3daccf67cf78d3c2aa22dc0a6cb (diff)
downloadlibxml2-5bffa33a1286518f04869359b996d220e8af9bd1.tar.gz
Stop including sys/types.h
Diffstat (limited to 'xmllint.c')
-rw-r--r--xmllint.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmllint.c b/xmllint.c
index 5ef8c64f..02042382 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -20,9 +20,6 @@
#ifdef HAVE_SYS_TIMEB_H
#include <sys/timeb.h>
#endif
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif