kernel32: Exclude unused headers (4 of 4)

Andrew Talbot Andrew.Talbot at talbotville.com
Mon May 7 08:15:26 CDT 2007


Changelog:
    kernel32: Exclude unused headers.

diff -urN a/dlls/kernel32/system.c b/dlls/kernel32/system.c
--- a/dlls/kernel32/system.c	2006-09-12 13:31:35.000000000 +0100
+++ b/dlls/kernel32/system.c	2007-05-07 13:23:03.000000000 +0100
@@ -24,7 +24,6 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "wingdi.h"
 #include "wine/winbase16.h"
 #include "wine/winuser16.h"
 #include "wownt32.h"
diff -urN a/dlls/kernel32/thread.c b/dlls/kernel32/thread.c
--- a/dlls/kernel32/thread.c	2007-01-19 12:30:51.000000000 +0000
+++ b/dlls/kernel32/thread.c	2007-05-07 13:23:15.000000000 +0100
@@ -34,7 +34,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winerror.h"
-#include "winnls.h"
 #include "thread.h"
 #include "wine/winbase16.h"
 #include "wine/exception.h"
diff -urN a/dlls/kernel32/toolhelp16.c b/dlls/kernel32/toolhelp16.c
--- a/dlls/kernel32/toolhelp16.c	2006-10-13 11:27:19.000000000 +0100
+++ b/dlls/kernel32/toolhelp16.c	2007-05-07 13:23:25.000000000 +0100
@@ -31,7 +31,6 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winternl.h"
-#include "winerror.h"
 
 #include "wine/winbase16.h"
 #include "toolhelp.h"
diff -urN a/dlls/kernel32/virtual.c b/dlls/kernel32/virtual.c
--- a/dlls/kernel32/virtual.c	2006-09-12 13:31:35.000000000 +0100
+++ b/dlls/kernel32/virtual.c	2007-05-07 13:23:38.000000000 +0100
@@ -40,7 +40,6 @@
 #include "winternl.h"
 #include "winerror.h"
 #include "wine/exception.h"
-#include "excpt.h"
 #include "wine/debug.h"
 
 #include "kernel_private.h"
diff -urN a/dlls/kernel32/volume.c b/dlls/kernel32/volume.c
--- a/dlls/kernel32/volume.c	2007-02-19 13:03:41.000000000 +0000
+++ b/dlls/kernel32/volume.c	2007-05-07 13:23:48.000000000 +0100
@@ -36,7 +36,6 @@
 #include "winnls.h"
 #include "winternl.h"
 #include "winioctl.h"
-#include "ntddstor.h"
 #include "ntddcdrm.h"
 #include "kernel_private.h"
 #include "wine/library.h"
diff -urN a/dlls/kernel32/windebug.c b/dlls/kernel32/windebug.c
--- a/dlls/kernel32/windebug.c	2006-09-12 13:31:35.000000000 +0100
+++ b/dlls/kernel32/windebug.c	2007-05-07 13:24:02.000000000 +0100
@@ -22,7 +22,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include "windef.h"
-#include "winbase.h"
 #include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(dll);



More information about the wine-patches mailing list