shell32: Exclude unused headers (2 of 3)

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


Changelog:
    shell32: Exclude unused headers.

diff -urN a/dlls/shell32/iconcache.c b/dlls/shell32/iconcache.c
--- a/dlls/shell32/iconcache.c	2007-04-26 16:25:17.000000000 +0100
+++ b/dlls/shell32/iconcache.c	2007-05-18 20:49:57.000000000 +0100
@@ -39,7 +39,6 @@
 
 #include "shellapi.h"
 #include "objbase.h"
-#include "shlguid.h"
 #include "pidl.h"
 #include "shell32_main.h"
 #include "undocshell.h"
diff -urN a/dlls/shell32/pidl.c b/dlls/shell32/pidl.c
--- a/dlls/shell32/pidl.c	2007-04-11 12:43:26.000000000 +0100
+++ b/dlls/shell32/pidl.c	2007-05-18 20:50:05.000000000 +0100
@@ -43,7 +43,6 @@
 #include "winnls.h"
 #include "undocshell.h"
 #include "shell32_main.h"
-#include "shellapi.h"
 #include "shlwapi.h"
 
 #include "pidl.h"
diff -urN a/dlls/shell32/shell32_main.c b/dlls/shell32/shell32_main.c
--- a/dlls/shell32/shell32_main.c	2007-04-19 11:25:20.000000000 +0100
+++ b/dlls/shell32/shell32_main.c	2007-05-18 20:50:14.000000000 +0100
@@ -37,7 +37,6 @@
 #include "winuser.h"
 #include "wingdi.h"
 #include "shlobj.h"
-#include "shlguid.h"
 #include "shlwapi.h"
 
 #include "undocshell.h"
diff -urN a/dlls/shell32/shell.c b/dlls/shell32/shell.c
--- a/dlls/shell32/shell.c	2006-11-28 12:11:33.000000000 +0000
+++ b/dlls/shell32/shell.c	2007-05-18 20:50:22.000000000 +0100
@@ -33,16 +33,13 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "winerror.h"
 #include "winreg.h"
 #include "wownt32.h"
-#include "dlgs.h"
 #include "shellapi.h"
 #include "winuser.h"
 #include "wingdi.h"
 #include "shlobj.h"
 #include "shlwapi.h"
-#include "ddeml.h"
 
 #include "wine/winbase16.h"
 #include "wine/winuser16.h"
diff -urN a/dlls/shell32/shellreg.c b/dlls/shell32/shellreg.c
--- a/dlls/shell32/shellreg.c	2006-10-12 21:30:46.000000000 +0100
+++ b/dlls/shell32/shellreg.c	2007-05-18 20:50:31.000000000 +0100
@@ -30,9 +30,7 @@
 #include "wingdi.h"
 #include "winuser.h"
 #include "shlobj.h"
-#include "winerror.h"
 #include "winreg.h"
-#include "winnls.h"
 
 #include "undocshell.h"
 #include "wine/winbase16.h"



More information about the wine-patches mailing list