1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Remove unneeded #includes

This commit is contained in:
Nick Wellnhofer
2022-03-04 02:31:59 +01:00
parent f025d6ebd0
commit ebb1797030
17 changed files with 1 additions and 136 deletions

View File

@ -14,19 +14,6 @@
#include <ctype.h>
#include <stdlib.h>
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef LIBXML_ZLIB_ENABLED
#include <zlib.h>
#endif
#include <libxml/xmlmemory.h>
#include <libxml/tree.h>
#include <libxml/parser.h>