18 Jul
2011
18 Jul
'11
5:47 p.m.
Module: wine Branch: master Commit: 9a30a29db51e5d88619c737239a3b12ceb777965 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9a30a29db51e5d88619c737239... Author: Adam Martinson <amartinson(a)codeweavers.com> Date: Mon Jul 18 11:15:14 2011 -0500 msxml3: Don't include libxml/parser.h twice. --- dlls/msxml3/schema.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/msxml3/schema.c b/dlls/msxml3/schema.c index 883ab07..d6b9904 100644 --- a/dlls/msxml3/schema.c +++ b/dlls/msxml3/schema.c @@ -26,7 +26,6 @@ #include <assert.h> #include <stdarg.h> #ifdef HAVE_LIBXML2 -# include <libxml/parser.h> # include <libxml/xmlerror.h> # include <libxml/tree.h> # include <libxml/xmlschemas.h>