Michael Stefaniuc : kernel32: Remove duplicate includes.

Alexandre Julliard julliard at winehq.org
Mon Nov 19 08:19:51 CST 2007


Module: wine
Branch: master
Commit: e973a193b7b188b81b0f9f47ecdedea069a82840
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e973a193b7b188b81b0f9f47ecdedea069a82840

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon Nov 19 01:42:43 2007 +0100

kernel32: Remove duplicate includes.

---

 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];




More information about the wine-cvs mailing list