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 '7zip/Compress/LZ/BinTree/BinTree3Z.h')
-rwxr-xr-x7zip/Compress/LZ/BinTree/BinTree3Z.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/Compress/LZ/BinTree/BinTree3Z.h b/7zip/Compress/LZ/BinTree/BinTree3Z.h
index 60a52e89..d2c092b4 100755
--- a/7zip/Compress/LZ/BinTree/BinTree3Z.h
+++ b/7zip/Compress/LZ/BinTree/BinTree3Z.h
@@ -3,14 +3,14 @@
#ifndef __BINTREE3Z_H
#define __BINTREE3Z_H
-#undef BT_NAMESPACE
#define BT_NAMESPACE NBT3Z
#define HASH_ZIP
-#include "BinTree.h"
#include "BinTreeMain.h"
#undef HASH_ZIP
+#undef BT_NAMESPACE
+
#endif