Module: wine Branch: master Commit: 02a36afda22b0a0937e8ed8b7ebc4afff4ff3e18 URL: http://source.winehq.org/git/wine.git/?a=commit;h=02a36afda22b0a0937e8ed8b7e...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Fri May 18 22:16:42 2007 +0100
shell32: Exclude unused headers.
---
dlls/shell32/shellstring.c | 2 -- dlls/shell32/shlfsbind.c | 1 - dlls/shell32/shlmenu.c | 1 - dlls/shell32/shv_bg_cmenu.c | 1 - dlls/shell32/shv_item_cmenu.c | 1 - 5 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/dlls/shell32/shellstring.c b/dlls/shell32/shellstring.c index 6ba920a..a35e15c 100644 --- a/dlls/shell32/shellstring.c +++ b/dlls/shell32/shellstring.c @@ -27,13 +27,11 @@ #include "windef.h" #include "winbase.h" #include "winnls.h" -#include "winerror.h" #include "wingdi.h" #include "winuser.h" #include "winreg.h"
#include "shlobj.h" -#include "shellapi.h" #include "shlwapi.h" #include "shell32_main.h" #include "undocshell.h" diff --git a/dlls/shell32/shlfsbind.c b/dlls/shell32/shlfsbind.c index a2d1299..c50e74c 100644 --- a/dlls/shell32/shlfsbind.c +++ b/dlls/shell32/shlfsbind.c @@ -28,7 +28,6 @@
#include "windef.h" #include "winbase.h" -#include "winreg.h" #include "winuser.h" #include "shlobj.h" #include "shell32_main.h" diff --git a/dlls/shell32/shlmenu.c b/dlls/shell32/shlmenu.c index d498e1f..1da5ba7 100644 --- a/dlls/shell32/shlmenu.c +++ b/dlls/shell32/shlmenu.c @@ -32,7 +32,6 @@ #include "undocshell.h" #include "shlwapi.h" #include "shell32_main.h" -#include "shlguid.h"
#include "pidl.h" #include "wine/debug.h" diff --git a/dlls/shell32/shv_bg_cmenu.c b/dlls/shell32/shv_bg_cmenu.c index 1ac5815..5beaf1e 100644 --- a/dlls/shell32/shv_bg_cmenu.c +++ b/dlls/shell32/shv_bg_cmenu.c @@ -29,7 +29,6 @@ #include "windef.h" #include "wingdi.h" #include "pidl.h" -#include "shlguid.h" #include "shlobj.h"
#include "shell32_main.h" diff --git a/dlls/shell32/shv_item_cmenu.c b/dlls/shell32/shv_item_cmenu.c index 0a358b9..6b6dc81 100644 --- a/dlls/shell32/shv_item_cmenu.c +++ b/dlls/shell32/shv_item_cmenu.c @@ -30,7 +30,6 @@ #include "windef.h" #include "wingdi.h" #include "pidl.h" -#include "shlguid.h" #include "undocshell.h" #include "shlobj.h"