Adam Martinson : msxml3: Don't include libxml/parser.h twice.

Alexandre Julliard julliard at winehq.org
Mon Jul 18 12:47:02 CDT 2011


Module: wine
Branch: master
Commit: 9a30a29db51e5d88619c737239a3b12ceb777965
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9a30a29db51e5d88619c737239a3b12ceb777965

Author: Adam Martinson <amartinson at 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>




More information about the wine-cvs mailing list