Index: src/ch/MainWnd.cpp =================================================================== diff -u -r9c71c0a84781c524c0091ee86914d5cc3bbf5190 -r449a5b399ab21ca0d06050b47b264f2f704af966 --- src/ch/MainWnd.cpp (.../MainWnd.cpp) (revision 9c71c0a84781c524c0091ee86914d5cc3bbf5190) +++ src/ch/MainWnd.cpp (.../MainWnd.cpp) (revision 449a5b399ab21ca0d06050b47b264f2f704af966) @@ -18,30 +18,21 @@ ***************************************************************************/ #include "stdafx.h" #include "ch.h" - #include "MainWnd.h" -#include "OptionsDlg.h" -#include "shlobj.h" -#include "tchar.h" -#include "structs.h" -#include "dialogs.h" - +#include "OptionsDlg.h" #include "FolderDialog.h" - #include "CustomCopyDlg.h" -#include "btnIDs.h" -#include "..\Common\FileSupport.h" #include "AboutDlg.h" #include "register.h" #include "ShutdownDlg.h" -#include "StringHelpers.h" #include "..\common\ipcstructs.h" -#include #include "af_defs.h" #include "UpdateChecker.h" #include "UpdaterDlg.h" -#include +#include "FeedbackHandler.h" +#include "MiniviewDlg.h" +#include "StatusDlg.h" #ifdef _DEBUG #define new DEBUG_NEW