diff --git a/Test/Extractor.cs b/Test/Extractor.cs index c31ff5bd..442b7380 100644 --- a/Test/Extractor.cs +++ b/Test/Extractor.cs @@ -20,7 +20,6 @@ using SharpCompress.Compressors.Xz; #endif using UnshieldSharp.Archive; -using UnshieldSharp.Cabinet; namespace Test { diff --git a/Test/Protector.cs b/Test/Protector.cs index ff0741ee..7af02063 100644 --- a/Test/Protector.cs +++ b/Test/Protector.cs @@ -7,7 +7,6 @@ using System.IO; using System.Linq; using BinaryObjectScanner; -using BinaryObjectScanner.Utilities; namespace Test {