From c1ee399262dce5069f624c6a55669c9a8e8dd466 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 17 Apr 2024 13:46:38 -0400 Subject: [PATCH] Usings cleanup --- Test/Extractor.cs | 1 - Test/Protector.cs | 1 - 2 files changed, 2 deletions(-) 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.BZip2; 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.Collections.Concurrent; using System.IO; using System.Linq; using BinaryObjectScanner; -using BinaryObjectScanner.Utilities; namespace Test {