diff --git a/expat/xmlparse/hashtable.c b/expat/xmlparse/hashtable.c index f425f297..e39f82ad 100755 --- a/expat/xmlparse/hashtable.c +++ b/expat/xmlparse/hashtable.c @@ -18,9 +18,6 @@ James Clark. All Rights Reserved. Contributor(s): */ -#include -#include - #include "xmldef.h" #ifdef XML_UNICODE_WCHAR_T diff --git a/expat/xmlparse/xmlparse.c b/expat/xmlparse/xmlparse.c index efdcd711..c62dbd8b 100755 --- a/expat/xmlparse/xmlparse.c +++ b/expat/xmlparse/xmlparse.c @@ -18,10 +18,6 @@ James Clark. All Rights Reserved. Contributor(s): */ -#include -#include -#include - #include "xmldef.h" #include "xmlparse.h" diff --git a/expat/xmltok/xmldef.h b/expat/xmltok/xmldef.h index 48ba359c..0600a729 100755 --- a/expat/xmltok/xmldef.h +++ b/expat/xmltok/xmldef.h @@ -18,6 +18,9 @@ James Clark. All Rights Reserved. Contributor(s): */ +#include +#include + /* This file can be used for any definitions needed in particular environments. */