Index: src/ch/FileInfo.h =================================================================== diff -u -rca1933ef07e18d939449e4878eca5cc81cc73f3f -r73b2826b21fdda4cbae36e8a1a7b7d5454ee519c --- src/ch/FileInfo.h (.../FileInfo.h) (revision ca1933ef07e18d939449e4878eca5cc81cc73f3f) +++ src/ch/FileInfo.h (.../FileInfo.h) (revision 73b2826b21fdda4cbae36e8a1a7b7d5454ee519c) @@ -23,8 +23,6 @@ #define __FILEINFO_H__ #include "DestPath.h" -#include -#include void FindFreeSubstituteName(CString strSrcPath, CString strDstPath, CString* pstrResult); extern void GetDriveData(LPCTSTR lpszPath, int *piDrvNum, UINT *puiDrvType); @@ -334,9 +332,9 @@ { if(bOnlyFlags) { - CFileInfoPtr& spFileInfo = m_vFiles.at(stIndex); + CFileInfoPtr& rspFileInfo = m_vFiles.at(stIndex); ar >> uiFlags; - spFileInfo->SetFlags(uiFlags); + rspFileInfo->SetFlags(uiFlags); } else {