Module: wine Branch: master Commit: a414e782f0a378eb309b2d9498d7a7ad45df286a URL: http://source.winehq.org/git/wine.git/?a=commit;h=a414e782f0a378eb309b2d9498...
Author: Eric Pouech eric.pouech@orange.fr Date: Wed Feb 3 21:48:27 2010 +0100
dbghelp: Remove a couple of unnneeded include files.
---
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"