From 02a36afda22b0a0937e8ed8b7ebc4afff4ff3e18 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Fri, 18 May 2007 22:16:42 +0100 Subject: [PATCH] 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, 6 deletions(-) diff --git a/dlls/shell32/shellstring.c b/dlls/shell32/shellstring.c index 6ba920a1b22..a35e15cd96c 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 a2d1299caf1..c50e74c3a95 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 d498e1f4a4f..1da5ba77f8c 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 1ac581591c9..5beaf1efb90 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 0a358b96e65..6b6dc8170d6 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"