From 9a30a29db51e5d88619c737239a3b12ceb777965 Mon Sep 17 00:00:00 2001 From: Adam Martinson Date: Mon, 18 Jul 2011 11:15:14 -0500 Subject: [PATCH] msxml3: Don't include libxml/parser.h twice. --- dlls/msxml3/schema.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/msxml3/schema.c b/dlls/msxml3/schema.c index 883ab076aab..d6b9904aed4 100644 --- a/dlls/msxml3/schema.c +++ b/dlls/msxml3/schema.c @@ -26,7 +26,6 @@ #include #include #ifdef HAVE_LIBXML2 -# include # include # include # include