[PATCH] [DbgHelp]: remove a couple of unnneeded include files

Eric Pouech eric.pouech at orange.fr
Wed Feb 3 14:48:27 CST 2010




A+
---

 dlls/dbghelp/cpu_ppc.c    |    1 -
 dlls/dbghelp/cpu_x86_64.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/dlls/dbghelp/cpu_ppc.c b/dlls/dbghelp/cpu_ppc.c
index da440f8..fca5ec7 100644
--- a/dlls/dbghelp/cpu_ppc.c
+++ b/dlls/dbghelp/cpu_ppc.c
@@ -23,7 +23,6 @@
 #include "ntstatus.h"
 #define WIN32_NO_STATUS
 #include "dbghelp_private.h"
-#include "wine/winbase16.h"
 #include "winternl.h"
 #include "wine/debug.h"
 
diff --git a/dlls/dbghelp/cpu_x86_64.c b/dlls/dbghelp/cpu_x86_64.c
index d7fb138..cd0e32c 100644
--- a/dlls/dbghelp/cpu_x86_64.c
+++ b/dlls/dbghelp/cpu_x86_64.c
@@ -23,7 +23,6 @@
 #include "ntstatus.h"
 #define WIN32_NO_STATUS
 #include "dbghelp_private.h"
-#include "wine/winbase16.h"
 #include "winternl.h"
 #include "wine/debug.h"
 






More information about the wine-patches mailing list