comdlg32: Remove duplicate includes.

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


---
 dlls/comdlg32/filedlg.c        |    3 +--
 dlls/comdlg32/tests/printdlg.c |    1 -
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/dlls/comdlg32/filedlg.c b/dlls/comdlg32/filedlg.c
index cd2ad51..67fefd1 100644
--- a/dlls/comdlg32/filedlg.c
+++ b/dlls/comdlg32/filedlg.c
@@ -61,12 +61,11 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "winreg.h"
 #include "winternl.h"
 #include "winnls.h"
 #include "wingdi.h"
-#include "winuser.h"
 #include "winreg.h"
+#include "winuser.h"
 #include "commdlg.h"
 #include "dlgs.h"
 #include "cdlg.h"
diff --git a/dlls/comdlg32/tests/printdlg.c b/dlls/comdlg32/tests/printdlg.c
index 9842b17..783773f 100644
--- a/dlls/comdlg32/tests/printdlg.c
+++ b/dlls/comdlg32/tests/printdlg.c
@@ -25,7 +25,6 @@
 #include "winbase.h"
 #include "winerror.h"
 #include "wingdi.h"
-#include "wingdi.h"
 #include "winuser.h"
 
 #include "cderr.h"
-- 
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/9fd926d2/attachment-0001.pgp 


More information about the wine-patches mailing list