Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Common/ProgressMt.h')
-rwxr-xr-xCPP/7zip/Common/ProgressMt.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/CPP/7zip/Common/ProgressMt.h b/CPP/7zip/Common/ProgressMt.h
index c0776944..e57f1167 100755
--- a/CPP/7zip/Common/ProgressMt.h
+++ b/CPP/7zip/Common/ProgressMt.h
@@ -4,13 +4,12 @@
#define __PROGRESSMT_H
#include "../../Common/MyCom.h"
+#include "../../Common/MyVector.h"
+#include "../../Windows/Synchronization.h"
#include "../ICoder.h"
#include "../IProgress.h"
-#include "Windows/Synchronization.h"
-#include "../../Common/Vector.h"
-
class CMtCompressProgressMixer
{
CMyComPtr<ICompressProgressInfo> _progress;