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 'Windows/PropVariantConversions.cpp')
-rwxr-xr-xWindows/PropVariantConversions.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Windows/PropVariantConversions.cpp b/Windows/PropVariantConversions.cpp
index f7743d6e..073eb069 100755
--- a/Windows/PropVariantConversions.cpp
+++ b/Windows/PropVariantConversions.cpp
@@ -6,14 +6,11 @@
#include "PropVariantConversions.h"
-#include "Windows/NationalTime.h"
#include "Windows/Defs.h"
#include "Common/StringConvert.h"
#include "Common/IntToString.h"
-using namespace NWindows;
-
static UString ConvertUInt64ToString(UInt64 value)
{
wchar_t buffer[32];