Andrew Talbot : msxml3: Exclude unused headers.
Module: wine Branch: master Commit: abea9c409f8186ebf3049c8d9bb6144172b52f74 URL: http://source.winehq.org/git/wine.git/?a=commit;h=abea9c409f8186ebf3049c8d9b... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Mon May 14 20:50:42 2007 +0100 msxml3: Exclude unused headers. --- dlls/msxml3/main.c | 1 - dlls/msxml3/schema.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/msxml3/main.c b/dlls/msxml3/main.c index 62d213e..62bf2b5 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 5d48321..0eec06c 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"
participants (1)
-
Alexandre Julliard