Module: wine Branch: master Commit: fe933b022a555a411b24738ed40781cc2c53ddde URL: http://source.winehq.org/git/wine.git/?a=commit;h=fe933b022a555a411b24738ed4...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Mon May 7 14:15:23 2007 +0100
kernel32: Exclude unused headers.
---
dlls/kernel32/oldconfig.c | 2 -- dlls/kernel32/process.c | 1 - dlls/kernel32/resource.c | 2 -- dlls/kernel32/selector.c | 1 - dlls/kernel32/stress.c | 1 - dlls/kernel32/string.c | 1 - 6 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/dlls/kernel32/oldconfig.c b/dlls/kernel32/oldconfig.c index cf892e8..09e407b 100644 --- a/dlls/kernel32/oldconfig.c +++ b/dlls/kernel32/oldconfig.c @@ -44,9 +44,7 @@ #define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "winternl.h" -#include "winioctl.h" #include "ntddscsi.h" #include "wine/library.h" #include "wine/unicode.h" diff --git a/dlls/kernel32/process.c b/dlls/kernel32/process.c index 8e5999f..036730f 100644 --- a/dlls/kernel32/process.c +++ b/dlls/kernel32/process.c @@ -45,7 +45,6 @@ #define WIN32_NO_STATUS #include "wine/winbase16.h" #include "wine/winuser16.h" -#include "winioctl.h" #include "winternl.h" #include "kernel_private.h" #include "wine/exception.h" diff --git a/dlls/kernel32/resource.c b/dlls/kernel32/resource.c index 2b1bdf4..66e8adc 100644 --- a/dlls/kernel32/resource.c +++ b/dlls/kernel32/resource.c @@ -32,10 +32,8 @@ #include "windef.h" #include "winbase.h" #include "winternl.h" -#include "wownt32.h" #include "wine/winbase16.h" #include "wine/debug.h" -#include "excpt.h" #include "wine/exception.h" #include "wine/unicode.h" #include "wine/list.h" diff --git a/dlls/kernel32/selector.c b/dlls/kernel32/selector.c index 53ad5b4..db3a47e 100644 --- a/dlls/kernel32/selector.c +++ b/dlls/kernel32/selector.c @@ -23,7 +23,6 @@
#include <string.h>
-#include "winerror.h" #include "wine/winbase16.h" #include "wine/server.h" #include "wine/debug.h" diff --git a/dlls/kernel32/stress.c b/dlls/kernel32/stress.c index c722631..c97a1b2 100644 --- a/dlls/kernel32/stress.c +++ b/dlls/kernel32/stress.c @@ -19,7 +19,6 @@ #include <stdarg.h>
#include "windef.h" -#include "winbase.h" #include "wine/windef16.h" #include "wine/debug.h"
diff --git a/dlls/kernel32/string.c b/dlls/kernel32/string.c index 6201d2f..ecac281 100644 --- a/dlls/kernel32/string.c +++ b/dlls/kernel32/string.c @@ -30,7 +30,6 @@ #define WINE_NO_INLINE_STRING #include "windef.h" #include "winbase.h" -#include "excpt.h" #include "wine/winbase16.h" #include "wine/unicode.h" #include "wine/exception.h"