1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-26 00:37:43 +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

@@ -10,8 +10,6 @@
#ifndef __XML_PARSER_H__
#define __XML_PARSER_H__
#include <stdarg.h>
#include <libxml/xmlversion.h>
#include <libxml/tree.h>
#include <libxml/dict.h>