Module: wine Branch: master Commit: 072e7d0438c546e1acf2e7e6c174983328b081db URL: http://source.winehq.org/git/wine.git/?a=commit;h=072e7d0438c546e1acf2e7e6c1...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Mon May 7 14:15:20 2007 +0100
kernel32: Exclude unused headers.
---
dlls/kernel32/except.c | 1 - dlls/kernel32/file.c | 1 - dlls/kernel32/global16.c | 1 - dlls/kernel32/heap.c | 1 - dlls/kernel32/instr.c | 1 - dlls/kernel32/ne_module.c | 1 - 6 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/dlls/kernel32/except.c b/dlls/kernel32/except.c index fb2a5d5..32305cb 100644 --- a/dlls/kernel32/except.c +++ b/dlls/kernel32/except.c @@ -44,7 +44,6 @@ #define WIN32_NO_STATUS #include "windef.h" #include "winbase.h" -#include "winerror.h" #include "winternl.h" #include "wingdi.h" #include "winuser.h" diff --git a/dlls/kernel32/file.c b/dlls/kernel32/file.c index 6b2fb49..b3cf323 100644 --- a/dlls/kernel32/file.c +++ b/dlls/kernel32/file.c @@ -43,7 +43,6 @@ #include "kernel_private.h"
#include "wine/exception.h" -#include "excpt.h" #include "wine/unicode.h" #include "wine/debug.h" #include "thread.h" diff --git a/dlls/kernel32/global16.c b/dlls/kernel32/global16.c index 91d739c..2031525 100644 --- a/dlls/kernel32/global16.c +++ b/dlls/kernel32/global16.c @@ -43,7 +43,6 @@ #include "kernel_private.h" #include "kernel16_private.h" #include "wine/debug.h" -#include "winerror.h"
WINE_DEFAULT_DEBUG_CHANNEL(global);
diff --git a/dlls/kernel32/heap.c b/dlls/kernel32/heap.c index 610cff0..98552ca 100644 --- a/dlls/kernel32/heap.c +++ b/dlls/kernel32/heap.c @@ -60,7 +60,6 @@ #include "winerror.h" #include "winnt.h" #include "winternl.h" -#include "excpt.h" #include "wine/exception.h" #include "wine/debug.h"
diff --git a/dlls/kernel32/instr.c b/dlls/kernel32/instr.c index a7e60f1..8a37a47 100644 --- a/dlls/kernel32/instr.c +++ b/dlls/kernel32/instr.c @@ -27,7 +27,6 @@
#include "windef.h" #include "winbase.h" -#include "wingdi.h" #include "wine/winuser16.h" #include "excpt.h" #include "thread.h" diff --git a/dlls/kernel32/ne_module.c b/dlls/kernel32/ne_module.c index 9e464e4..93f8f8e 100644 --- a/dlls/kernel32/ne_module.c +++ b/dlls/kernel32/ne_module.c @@ -37,7 +37,6 @@ #include "wownt32.h" #include "winternl.h" #include "toolhelp.h" -#include "excpt.h" #include "kernel_private.h" #include "kernel16_private.h" #include "wine/exception.h"