shell32: Exclude unused headers (1 of 3)

Andrew Talbot Andrew.Talbot at talbotville.com
Fri May 18 16:16:36 CDT 2007


Changelog:
    shell32: Exclude unused headers.

diff -urN a/dlls/shell32/autocomplete.c b/dlls/shell32/autocomplete.c
--- a/dlls/shell32/autocomplete.c	2007-03-27 13:00:00.000000000 +0100
+++ b/dlls/shell32/autocomplete.c	2007-05-18 20:49:16.000000000 +0100
@@ -51,7 +51,6 @@
 #include "objbase.h"
 
 #include "pidl.h"
-#include "shlguid.h"
 #include "shlobj.h"
 #include "shldisp.h"
 #include "debughlp.h"
diff -urN a/dlls/shell32/brsfolder.c b/dlls/shell32/brsfolder.c
--- a/dlls/shell32/brsfolder.c	2007-02-12 15:25:27.000000000 +0000
+++ b/dlls/shell32/brsfolder.c	2007-05-18 20:49:25.000000000 +0100
@@ -29,7 +29,6 @@
 
 #include "wine/debug.h"
 #include "undocshell.h"
-#include "shlguid.h"
 #include "pidl.h"
 #include "shell32_main.h"
 #include "shellapi.h"
diff -urN a/dlls/shell32/changenotify.c b/dlls/shell32/changenotify.c
--- a/dlls/shell32/changenotify.c	2006-10-09 12:06:01.000000000 +0100
+++ b/dlls/shell32/changenotify.c	2007-05-18 20:49:32.000000000 +0100
@@ -26,7 +26,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "wine/debug.h"
-#include "wingdi.h"
 #include "shell32_main.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(shell);
diff -urN a/dlls/shell32/debughlp.c b/dlls/shell32/debughlp.c
--- a/dlls/shell32/debughlp.c	2007-04-11 12:43:25.000000000 +0100
+++ b/dlls/shell32/debughlp.c	2007-05-18 20:49:40.000000000 +0100
@@ -25,7 +25,6 @@
 #include "windef.h"
 #include "wingdi.h"
 #include "pidl.h"
-#include "shlguid.h"
 #include "shldisp.h"
 #include "wine/debug.h"
 #include "debughlp.h"
diff -urN a/dlls/shell32/folders.c b/dlls/shell32/folders.c
--- a/dlls/shell32/folders.c	2006-10-09 12:06:01.000000000 +0100
+++ b/dlls/shell32/folders.c	2007-05-18 20:49:48.000000000 +0100
@@ -33,7 +33,6 @@
 #include "objbase.h"
 #include "undocshell.h"
 #include "shlguid.h"
-#include "winreg.h"
 
 #include "wine/debug.h"
 



More information about the wine-patches mailing list