kernel32: Remove duplicate includes.

Michael Stefaniuc mstefani at redhat.de
Sun Nov 18 18:42:43 CST 2007


---
 dlls/kernel32/kernel_main.c    |    1 -
 dlls/kernel32/tests/toolhelp.c |    6 ++----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/dlls/kernel32/kernel_main.c b/dlls/kernel32/kernel_main.c
index 846f787..504e6f0 100644
--- a/dlls/kernel32/kernel_main.c
+++ b/dlls/kernel32/kernel_main.c
@@ -35,7 +35,6 @@
 
 #include "wine/winbase16.h"
 #include "wine/library.h"
-#include "wincon.h"
 #include "toolhelp.h"
 #include "kernel_private.h"
 #include "kernel16_private.h"
diff --git a/dlls/kernel32/tests/toolhelp.c b/dlls/kernel32/tests/toolhelp.c
index ca9c06c..3ae7540 100644
--- a/dlls/kernel32/tests/toolhelp.c
+++ b/dlls/kernel32/tests/toolhelp.c
@@ -21,13 +21,11 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <windef.h>
-#include <winbase.h>
 
-#include "tlhelp32.h"
-#include "wine/test.h"
 #include "windef.h"
 #include "winbase.h"
+#include "tlhelp32.h"
+#include "wine/test.h"
 #include "winuser.h"
 
 static char     selfname[MAX_PATH];
-- 
1.5.3.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071119/f22dd4b0/attachment.pgp 


More information about the wine-patches mailing list