dbghelp: Exclude unused headers

Andrew Talbot Andrew.Talbot at talbotville.com
Mon Apr 30 15:39:48 CDT 2007


Changelog:
    dbghelp: Exclude unused headers.

diff -urN a/dlls/dbghelp/coff.c b/dlls/dbghelp/coff.c
--- a/dlls/dbghelp/coff.c	2006-11-30 13:12:11.000000000 +0000
+++ b/dlls/dbghelp/coff.c	2007-04-30 18:52:23.000000000 +0100
@@ -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 -urN a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c
--- a/dlls/dbghelp/dwarf.c	2007-04-18 17:35:25.000000000 +0100
+++ b/dlls/dbghelp/dwarf.c	2007-04-30 18:52:32.000000000 +0100
@@ -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 -urN a/dlls/dbghelp/image.c b/dlls/dbghelp/image.c
--- a/dlls/dbghelp/image.c	2006-11-30 13:12:11.000000000 +0000
+++ b/dlls/dbghelp/image.c	2007-04-30 18:52:40.000000000 +0100
@@ -24,7 +24,6 @@
 #include <string.h>
 
 #include "dbghelp_private.h"
-#include "winreg.h"
 #include "winternl.h"
 #include "wine/debug.h"
 
diff -urN a/dlls/dbghelp/minidump.c b/dlls/dbghelp/minidump.c
--- a/dlls/dbghelp/minidump.c	2007-04-30 17:52:52.000000000 +0100
+++ b/dlls/dbghelp/minidump.c	2007-04-30 18:52:49.000000000 +0100
@@ -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 -urN a/dlls/dbghelp/module.c b/dlls/dbghelp/module.c
--- a/dlls/dbghelp/module.c	2007-04-25 17:42:58.000000000 +0100
+++ b/dlls/dbghelp/module.c	2007-04-30 18:52:58.000000000 +0100
@@ -27,7 +27,6 @@
 
 #include "dbghelp_private.h"
 #include "psapi.h"
-#include "winreg.h"
 #include "winternl.h"
 #include "wine/debug.h"
 
diff -urN a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c
--- a/dlls/dbghelp/msc.c	2007-04-23 17:52:04.000000000 +0100
+++ b/dlls/dbghelp/msc.c	2007-04-30 18:53:07.000000000 +0100
@@ -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 -urN a/dlls/dbghelp/path.c b/dlls/dbghelp/path.c
--- a/dlls/dbghelp/path.c	2007-02-22 11:58:24.000000000 +0000
+++ b/dlls/dbghelp/path.c	2007-04-30 18:53:15.000000000 +0100
@@ -25,7 +25,6 @@
 
 #include "dbghelp_private.h"
 #include "winnls.h"
-#include "winreg.h"
 #include "winternl.h"
 #include "wine/debug.h"
 
diff -urN a/dlls/dbghelp/pe_module.c b/dlls/dbghelp/pe_module.c
--- a/dlls/dbghelp/pe_module.c	2007-03-13 21:58:13.000000000 +0000
+++ b/dlls/dbghelp/pe_module.c	2007-04-30 18:53:23.000000000 +0100
@@ -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 -urN a/dlls/dbghelp/stabs.c b/dlls/dbghelp/stabs.c
--- a/dlls/dbghelp/stabs.c	2006-11-27 18:56:56.000000000 +0000
+++ b/dlls/dbghelp/stabs.c	2007-04-30 18:53:32.000000000 +0100
@@ -54,7 +54,6 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "winreg.h"
 #include "winnls.h"
 
 #include "dbghelp_private.h"
diff -urN a/dlls/dbghelp/stack.c b/dlls/dbghelp/stack.c
--- a/dlls/dbghelp/stack.c	2007-02-15 18:54:08.000000000 +0000
+++ b/dlls/dbghelp/stack.c	2007-04-30 18:53:41.000000000 +0100
@@ -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 -urN a/dlls/dbghelp/type.c b/dlls/dbghelp/type.c
--- a/dlls/dbghelp/type.c	2007-04-20 17:22:29.000000000 +0100
+++ b/dlls/dbghelp/type.c	2007-04-30 18:53:50.000000000 +0100
@@ -28,7 +28,6 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "winreg.h"
 #include "winnls.h"
 #include "wine/debug.h"
 #include "dbghelp_private.h"



More information about the wine-patches mailing list