X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fwin32%2Fcomdlg32%2Ffiledlg.c;h=8f2c4267c63327d1563bc9cc8706cec62950655c;hp=37ce6c2aca20c17fc9688a5c750bcad73ee9c80c;hb=9e0537881f01cdd485c88dd7ac832cb4ee9cec4b;hpb=da3a8387622684e0015a48c602f2039f03df374e diff --git a/reactos/dll/win32/comdlg32/filedlg.c b/reactos/dll/win32/comdlg32/filedlg.c index 37ce6c2aca2..8f2c4267c63 100644 --- a/reactos/dll/win32/comdlg32/filedlg.c +++ b/reactos/dll/win32/comdlg32/filedlg.c @@ -46,39 +46,10 @@ * */ -#include "config.h" -#include "wine/port.h" - -#include -#include -#include -#include -#include - -#define COBJMACROS -#define NONAMELESSUNION -#define NONAMELESSSTRUCT - -#include "windef.h" -#include "winbase.h" -#include "winreg.h" -#include "winternl.h" -#include "winnls.h" -#include "wine/unicode.h" -#include "wingdi.h" -#include "winuser.h" -#include "winreg.h" -#include "commdlg.h" -#include "dlgs.h" -#include "cdlg.h" -#include "filedlg31.h" -#include "wine/debug.h" -#include "cderr.h" -#include "shellapi.h" -#include "shlguid.h" -#include "shlobj.h" -#include "filedlgbrowser.h" -#include "shlwapi.h" +//#include "config.h" +//#include "wine/port.h" + +#include WINE_DEFAULT_DEBUG_CHANNEL(commdlg);