Andrew Talbot : shell32: Exclude unused headers.
Module: wine Branch: master Commit: a77715c23b37030b19cdf5bfd6e49f2d7eb1f616 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a77715c23b37030b19cdf5bfd6... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Fri May 18 22:16:39 2007 +0100 shell32: Exclude unused headers. --- dlls/shell32/iconcache.c | 1 - dlls/shell32/pidl.c | 1 - dlls/shell32/shell.c | 3 --- dlls/shell32/shell32_main.c | 1 - dlls/shell32/shellreg.c | 2 -- 5 files changed, 0 insertions(+), 8 deletions(-) diff --git a/dlls/shell32/iconcache.c b/dlls/shell32/iconcache.c index 6645761..133a84a 100644 --- a/dlls/shell32/iconcache.c +++ b/dlls/shell32/iconcache.c @@ -39,7 +39,6 @@ #include "shellapi.h" #include "objbase.h" -#include "shlguid.h" #include "pidl.h" #include "shell32_main.h" #include "undocshell.h" diff --git a/dlls/shell32/pidl.c b/dlls/shell32/pidl.c index b88c422..ef24927 100644 --- a/dlls/shell32/pidl.c +++ b/dlls/shell32/pidl.c @@ -43,7 +43,6 @@ #include "winnls.h" #include "undocshell.h" #include "shell32_main.h" -#include "shellapi.h" #include "shlwapi.h" #include "pidl.h" diff --git a/dlls/shell32/shell.c b/dlls/shell32/shell.c index e8f3fc1..37bf2ec 100644 --- a/dlls/shell32/shell.c +++ b/dlls/shell32/shell.c @@ -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 --git a/dlls/shell32/shell32_main.c b/dlls/shell32/shell32_main.c index ea4b510..84e2c16 100644 --- a/dlls/shell32/shell32_main.c +++ b/dlls/shell32/shell32_main.c @@ -37,7 +37,6 @@ #include "winuser.h" #include "wingdi.h" #include "shlobj.h" -#include "shlguid.h" #include "shlwapi.h" #include "undocshell.h" diff --git a/dlls/shell32/shellreg.c b/dlls/shell32/shellreg.c index a305c8b..9ed8f9a 100644 --- a/dlls/shell32/shellreg.c +++ b/dlls/shell32/shellreg.c @@ -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"
participants (1)
-
Alexandre Julliard