Signed-off-by: Nikolay Sivov nsivov@codeweavers.com --- dlls/msxml3/domimpl.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/dlls/msxml3/domimpl.c b/dlls/msxml3/domimpl.c index 74223d5d54e..52f2e40dc9e 100644 --- a/dlls/msxml3/domimpl.c +++ b/dlls/msxml3/domimpl.c @@ -20,13 +20,7 @@
#define COBJMACROS
-#include "config.h" - #include <stdarg.h> -#ifdef HAVE_LIBXML2 -# include <libxml/parser.h> -# include <libxml/xmlerror.h> -#endif
#include "windef.h" #include "winbase.h" @@ -34,12 +28,10 @@ #include "ole2.h" #include "msxml6.h"
-#include "msxml_private.h" +#include "msxml_dispex.h"
#include "wine/debug.h"
-#ifdef HAVE_LIBXML2 - WINE_DEFAULT_DEBUG_CHANNEL(msxml);
typedef struct _domimpl @@ -211,5 +203,3 @@ IUnknown* create_doc_Implementation(void)
return (IUnknown*)&This->IXMLDOMImplementation_iface; } - -#endif