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/Common/ListFileUtils.h')
-rwxr-xr-xCPP/Common/ListFileUtils.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/CPP/Common/ListFileUtils.h b/CPP/Common/ListFileUtils.h
index 93bb4507..182d32fa 100755
--- a/CPP/Common/ListFileUtils.h
+++ b/CPP/Common/ListFileUtils.h
@@ -3,10 +3,9 @@
#ifndef __COMMON_LISTFILEUTILS_H
#define __COMMON_LISTFILEUTILS_H
-#include "Common/String.h"
-#include "Common/Types.h"
+#include "MyString.h"
+#include "Types.h"
-bool ReadNamesFromListFile(LPCTSTR fileName, UStringVector &strings,
- UINT codePage = CP_OEMCP);
+bool ReadNamesFromListFile(LPCTSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
#endif