Module: wine Branch: master Commit: dcb298b468deb34148f2287cac685a213e111576 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dcb298b468deb34148f2287cac...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Mon Apr 30 21:39:48 2007 +0100
dbghelp: Exclude unused headers.
---
dlls/dbghelp/coff.c | 2 -- dlls/dbghelp/dwarf.c | 2 -- dlls/dbghelp/image.c | 1 - dlls/dbghelp/minidump.c | 2 -- dlls/dbghelp/module.c | 1 - dlls/dbghelp/msc.c | 2 -- dlls/dbghelp/path.c | 1 - dlls/dbghelp/pe_module.c | 2 -- dlls/dbghelp/stabs.c | 1 - dlls/dbghelp/stack.c | 1 - dlls/dbghelp/type.c | 1 - 11 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/dlls/dbghelp/coff.c b/dlls/dbghelp/coff.c index 00d25a2..ef8632b 100644 --- a/dlls/dbghelp/coff.c +++ b/dlls/dbghelp/coff.c @@ -48,12 +48,10 @@ #include <stdarg.h> #include "windef.h" #include "winbase.h" -#include "winreg.h" #include "winternl.h"
#include "wine/exception.h" #include "wine/debug.h" -#include "excpt.h" #include "dbghelp_private.h" #include "wine/mscvpdb.h"
diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c index 45fe854..bf8435f 100644 --- a/dlls/dbghelp/dwarf.c +++ b/dlls/dbghelp/dwarf.c @@ -44,8 +44,6 @@
#include "windef.h" #include "winbase.h" -#include "winreg.h" -#include "winnls.h" #include "winuser.h" #include "ole2.h" #include "oleauto.h" diff --git a/dlls/dbghelp/image.c b/dlls/dbghelp/image.c index f35bb7e..23c74b5 100644 --- a/dlls/dbghelp/image.c +++ b/dlls/dbghelp/image.c @@ -24,7 +24,6 @@ #include <string.h>
#include "dbghelp_private.h" -#include "winreg.h" #include "winternl.h" #include "wine/debug.h"
diff --git a/dlls/dbghelp/minidump.c b/dlls/dbghelp/minidump.c index 3bd0f74..9a317b9 100644 --- a/dlls/dbghelp/minidump.c +++ b/dlls/dbghelp/minidump.c @@ -26,8 +26,6 @@ #include "ntstatus.h" #define WIN32_NO_STATUS #include "dbghelp_private.h" -#include "winnls.h" -#include "winreg.h" #include "winternl.h" #include "psapi.h" #include "wine/debug.h" diff --git a/dlls/dbghelp/module.c b/dlls/dbghelp/module.c index c2a3f04..3093c58 100644 --- a/dlls/dbghelp/module.c +++ b/dlls/dbghelp/module.c @@ -27,7 +27,6 @@
#include "dbghelp_private.h" #include "psapi.h" -#include "winreg.h" #include "winternl.h" #include "wine/debug.h"
diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c index b20f771..0bd353e 100644 --- a/dlls/dbghelp/msc.c +++ b/dlls/dbghelp/msc.c @@ -49,12 +49,10 @@ #include <stdarg.h> #include "windef.h" #include "winbase.h" -#include "winreg.h" #include "winternl.h"
#include "wine/exception.h" #include "wine/debug.h" -#include "excpt.h" #include "dbghelp_private.h" #include "wine/mscvpdb.h"
diff --git a/dlls/dbghelp/path.c b/dlls/dbghelp/path.c index bd97437..73a3c27 100644 --- a/dlls/dbghelp/path.c +++ b/dlls/dbghelp/path.c @@ -25,7 +25,6 @@
#include "dbghelp_private.h" #include "winnls.h" -#include "winreg.h" #include "winternl.h" #include "wine/debug.h"
diff --git a/dlls/dbghelp/pe_module.c b/dlls/dbghelp/pe_module.c index ee6997f..a42ade1 100644 --- a/dlls/dbghelp/pe_module.c +++ b/dlls/dbghelp/pe_module.c @@ -28,10 +28,8 @@ #include <assert.h>
#include "dbghelp_private.h" -#include "winreg.h" #include "winternl.h" #include "wine/debug.h" -#include "winnls.h"
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp);
diff --git a/dlls/dbghelp/stabs.c b/dlls/dbghelp/stabs.c index 7693ff7..8f651b1 100644 --- a/dlls/dbghelp/stabs.c +++ b/dlls/dbghelp/stabs.c @@ -54,7 +54,6 @@
#include "windef.h" #include "winbase.h" -#include "winreg.h" #include "winnls.h"
#include "dbghelp_private.h" diff --git a/dlls/dbghelp/stack.c b/dlls/dbghelp/stack.c index 10b5612..3cb71e6 100644 --- a/dlls/dbghelp/stack.c +++ b/dlls/dbghelp/stack.c @@ -30,7 +30,6 @@ #include "ntstatus.h" #define WIN32_NO_STATUS #include "dbghelp_private.h" -#include "winreg.h" #include "winternl.h" #include "wine/winbase16.h" #include "wine/debug.h" diff --git a/dlls/dbghelp/type.c b/dlls/dbghelp/type.c index 97c606a..537d059 100644 --- a/dlls/dbghelp/type.c +++ b/dlls/dbghelp/type.c @@ -28,7 +28,6 @@
#include "windef.h" #include "winbase.h" -#include "winreg.h" #include "winnls.h" #include "wine/debug.h" #include "dbghelp_private.h"