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/MyString.h')
-rwxr-xr-xCPP/Common/MyString.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/CPP/Common/MyString.h b/CPP/Common/MyString.h
index e8830092..eb3c52dc 100755
--- a/CPP/Common/MyString.h
+++ b/CPP/Common/MyString.h
@@ -7,10 +7,6 @@
#include "MyVector.h"
-#ifdef _WIN32
-#include "MyWindows.h"
-#endif
-
template <class T>
inline int MyStringLen(const T *s)
{