From a414e782f0a378eb309b2d9498d7a7ad45df286a Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Wed, 3 Feb 2010 21:48:27 +0100 Subject: [PATCH] dbghelp: Remove a couple of unnneeded include files. --- dlls/dbghelp/cpu_ppc.c | 1 - dlls/dbghelp/cpu_x86_64.c | 1 - 2 files changed, 2 deletions(-) diff --git a/dlls/dbghelp/cpu_ppc.c b/dlls/dbghelp/cpu_ppc.c index da440f8e130..fca5ec76ccf 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 d7fb138eb24..cd0e32c5081 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"