Module: wine Branch: master Commit: 861c58d462f93892c445ab15fe83657eebc36ce4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=861c58d462f93892c445ab15fe... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Mon Nov 19 01:42:20 2007 +0100 comdlg32: Remove duplicate includes. --- 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"