Module: wine Branch: master Commit: 4ea954df4227a2d8b59280d19b1448c64d402f78 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4ea954df4227a2d8b59280d19b...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Tue May 15 22:28:23 2007 +0100
ole32: Exclude unused headers.
---
dlls/ole32/classmoniker.c | 1 - dlls/ole32/hglobalstream.c | 1 - dlls/ole32/ole16.c | 1 - dlls/ole32/ole2.c | 2 -- dlls/ole32/ole2_16.c | 4 ---- dlls/ole32/ole2impl.c | 1 - dlls/ole32/ole2nls.c | 3 --- dlls/ole32/ole32_main.c | 1 - dlls/ole32/oleproxy.c | 1 - dlls/ole32/stg_stream.c | 1 - dlls/ole32/storage.c | 1 - 11 files changed, 0 insertions(+), 17 deletions(-)
diff --git a/dlls/ole32/classmoniker.c b/dlls/ole32/classmoniker.c index 07db622..514990a 100644 --- a/dlls/ole32/classmoniker.c +++ b/dlls/ole32/classmoniker.c @@ -31,7 +31,6 @@ #include "windef.h" #include "winbase.h" #include "winuser.h" -#include "winnls.h" #include "wine/debug.h" #include "ole2.h" #include "wine/unicode.h" diff --git a/dlls/ole32/hglobalstream.c b/dlls/ole32/hglobalstream.c index d98c0c5..872fb24 100644 --- a/dlls/ole32/hglobalstream.c +++ b/dlls/ole32/hglobalstream.c @@ -39,7 +39,6 @@ #include "objbase.h" #include "ole2.h" #include "winerror.h" -#include "winreg.h" #include "winternl.h"
#include "wine/debug.h" diff --git a/dlls/ole32/ole16.c b/dlls/ole32/ole16.c index d9c2202..b89efa8 100644 --- a/dlls/ole32/ole16.c +++ b/dlls/ole32/ole16.c @@ -35,7 +35,6 @@ #include "winuser.h" #include "objbase.h" #include "ole2.h" -#include "ole2ver.h" #include "rpc.h" #include "winerror.h" #include "winreg.h" diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c index 8ad9953..4fe31b0 100644 --- a/dlls/ole32/ole2.c +++ b/dlls/ole32/ole2.c @@ -41,10 +41,8 @@ #include "winuser.h" #include "winnls.h" #include "winreg.h" -#include "commctrl.h" #include "ole2.h" #include "ole2ver.h" -#include "wownt32.h"
#include "wine/unicode.h" #include "compobj_private.h" diff --git a/dlls/ole32/ole2_16.c b/dlls/ole32/ole2_16.c index 20e9725..90a1ed2 100644 --- a/dlls/ole32/ole2_16.c +++ b/dlls/ole32/ole2_16.c @@ -35,12 +35,8 @@ #include "winbase.h" #include "wingdi.h" #include "winuser.h" -#include "winnls.h" -#include "commctrl.h" #include "ole2.h" -#include "ole2ver.h" #include "winerror.h" -#include "wownt32.h"
#include "wine/winbase16.h" #include "wine/wingdi16.h" diff --git a/dlls/ole32/ole2impl.c b/dlls/ole32/ole2impl.c index f123fe9..da50f4a 100644 --- a/dlls/ole32/ole2impl.c +++ b/dlls/ole32/ole2impl.c @@ -32,7 +32,6 @@ #include "wine/debug.h" #include "ole2.h" #include "olestd.h" -#include "winreg.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole);
diff --git a/dlls/ole32/ole2nls.c b/dlls/ole32/ole2nls.c index 9851d70..f42ddf9 100644 --- a/dlls/ole32/ole2nls.c +++ b/dlls/ole32/ole2nls.c @@ -31,11 +31,8 @@
#include "windef.h" #include "winbase.h" -#include "winerror.h" #include "winnls.h" -#include "winreg.h" #include "winuser.h" -#include "winver.h"
#include "wine/winbase16.h"
diff --git a/dlls/ole32/ole32_main.c b/dlls/ole32/ole32_main.c index 328a972..1d58d55 100644 --- a/dlls/ole32/ole32_main.c +++ b/dlls/ole32/ole32_main.c @@ -22,7 +22,6 @@ #include <stdio.h>
#include "windef.h" -#include "winerror.h" #include "winbase.h" #include "wingdi.h" #include "winuser.h" diff --git a/dlls/ole32/oleproxy.c b/dlls/ole32/oleproxy.c index dd12e5c..e807941 100644 --- a/dlls/ole32/oleproxy.c +++ b/dlls/ole32/oleproxy.c @@ -53,7 +53,6 @@ #include "ole2.h" #include "rpc.h" #include "winerror.h" -#include "winreg.h" #include "wtypes.h"
#include "compobj_private.h" diff --git a/dlls/ole32/stg_stream.c b/dlls/ole32/stg_stream.c index e144b2c..1bcb40b 100644 --- a/dlls/ole32/stg_stream.c +++ b/dlls/ole32/stg_stream.c @@ -36,7 +36,6 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winreg.h" #include "winternl.h" #include "wine/debug.h"
diff --git a/dlls/ole32/storage.c b/dlls/ole32/storage.c index 401c984..b2b89ff 100644 --- a/dlls/ole32/storage.c +++ b/dlls/ole32/storage.c @@ -36,7 +36,6 @@ #define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" -#include "winreg.h" #include "winternl.h" #include "winerror.h" #include "wine/winbase16.h"