Module: wine Branch: master Commit: 59651999b33d49b0cd3397a21f3a42d28ce527fe URL: http://source.winehq.org/git/wine.git/?a=commit;h=59651999b33d49b0cd3397a21f...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Mon May 7 14:15:17 2007 +0100
kernel32: Exclude unused headers.
---
dlls/kernel32/actctx.c | 1 - dlls/kernel32/atom.c | 2 -- dlls/kernel32/atom16.c | 1 - dlls/kernel32/computername.c | 1 - dlls/kernel32/cpu.c | 1 - dlls/kernel32/error16.c | 1 - 6 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/dlls/kernel32/actctx.c b/dlls/kernel32/actctx.c index a0bd3c1..bdb6a1a 100644 --- a/dlls/kernel32/actctx.c +++ b/dlls/kernel32/actctx.c @@ -25,7 +25,6 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winnls.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(actctx); diff --git a/dlls/kernel32/atom.c b/dlls/kernel32/atom.c index f444ae0..d6caec2 100644 --- a/dlls/kernel32/atom.c +++ b/dlls/kernel32/atom.c @@ -30,11 +30,9 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" -#include "winreg.h" #include "winternl.h"
#include "wine/exception.h" -#include "excpt.h" #include "wine/unicode.h" #include "kernel_private.h"
diff --git a/dlls/kernel32/atom16.c b/dlls/kernel32/atom16.c index c43fb83..0c52f1f 100644 --- a/dlls/kernel32/atom16.c +++ b/dlls/kernel32/atom16.c @@ -41,7 +41,6 @@
#include "wine/unicode.h" #include "wine/winbase16.h" -#include "kernel_private.h" #include "kernel16_private.h"
#include "wine/debug.h" diff --git a/dlls/kernel32/computername.c b/dlls/kernel32/computername.c index d2c0a7c..5e811f8 100644 --- a/dlls/kernel32/computername.c +++ b/dlls/kernel32/computername.c @@ -43,7 +43,6 @@ #include "winternl.h" #include "wine/unicode.h" #include "wine/exception.h" -#include "excpt.h" #include "wine/debug.h"
#include "kernel_private.h" diff --git a/dlls/kernel32/cpu.c b/dlls/kernel32/cpu.c index 27a50ae..7567af5 100644 --- a/dlls/kernel32/cpu.c +++ b/dlls/kernel32/cpu.c @@ -51,7 +51,6 @@ #include "winbase.h" #include "winnt.h" #include "winternl.h" -#include "winerror.h" #include "wine/unicode.h" #include "wine/debug.h"
diff --git a/dlls/kernel32/error16.c b/dlls/kernel32/error16.c index d7a1e35..ce8935d 100644 --- a/dlls/kernel32/error16.c +++ b/dlls/kernel32/error16.c @@ -24,7 +24,6 @@ #include <string.h>
#include "windef.h" -#include "winbase.h" #include "wine/winbase16.h" #include "wine/debug.h"