Andrew Talbot : shell32: Exclude unused headers.
Module: wine Branch: master Commit: 0ad8ef07727ad5609253269e851bbda3d9d40338 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ad8ef07727ad5609253269e85... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Fri May 18 22:16:36 2007 +0100 shell32: Exclude unused headers. --- dlls/shell32/autocomplete.c | 1 - dlls/shell32/brsfolder.c | 1 - dlls/shell32/changenotify.c | 1 - dlls/shell32/debughlp.c | 1 - dlls/shell32/folders.c | 1 - 5 files changed, 0 insertions(+), 5 deletions(-) diff --git a/dlls/shell32/autocomplete.c b/dlls/shell32/autocomplete.c index ed32f44..c80069e 100644 --- a/dlls/shell32/autocomplete.c +++ b/dlls/shell32/autocomplete.c @@ -51,7 +51,6 @@ #include "objbase.h" #include "pidl.h" -#include "shlguid.h" #include "shlobj.h" #include "shldisp.h" #include "debughlp.h" diff --git a/dlls/shell32/brsfolder.c b/dlls/shell32/brsfolder.c index 27c2097..16ec906 100644 --- a/dlls/shell32/brsfolder.c +++ b/dlls/shell32/brsfolder.c @@ -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 --git a/dlls/shell32/changenotify.c b/dlls/shell32/changenotify.c index 6d528ee..9f827eb 100644 --- a/dlls/shell32/changenotify.c +++ b/dlls/shell32/changenotify.c @@ -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 --git a/dlls/shell32/debughlp.c b/dlls/shell32/debughlp.c index b1e9238..50bf0dc 100644 --- a/dlls/shell32/debughlp.c +++ b/dlls/shell32/debughlp.c @@ -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 --git a/dlls/shell32/folders.c b/dlls/shell32/folders.c index 19fb5c7..2119905 100644 --- a/dlls/shell32/folders.c +++ b/dlls/shell32/folders.c @@ -33,7 +33,6 @@ #include "objbase.h" #include "undocshell.h" #include "shlguid.h" -#include "winreg.h" #include "wine/debug.h"
participants (1)
-
Alexandre Julliard