From abea9c409f8186ebf3049c8d9bb6144172b52f74 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Mon, 14 May 2007 20:50:42 +0100 Subject: [PATCH] msxml3: Exclude unused headers. --- dlls/msxml3/main.c | 1 - dlls/msxml3/schema.c | 1 - 2 files changed, 2 deletions(-) diff --git a/dlls/msxml3/main.c b/dlls/msxml3/main.c index 62d213e83c0..62bf2b51430 100644 --- a/dlls/msxml3/main.c +++ b/dlls/msxml3/main.c @@ -25,7 +25,6 @@ #include "windef.h" #include "winbase.h" #include "winuser.h" -#include "winreg.h" #include "ole2.h" #include "msxml2.h" diff --git a/dlls/msxml3/schema.c b/dlls/msxml3/schema.c index 5d4832178a3..0eec06ccf81 100644 --- a/dlls/msxml3/schema.c +++ b/dlls/msxml3/schema.c @@ -26,7 +26,6 @@ #include "windef.h" #include "winbase.h" #include "winuser.h" -#include "winnls.h" #include "ole2.h" #include "msxml2.h"