From d980fffa09a49baeab8bb10112baebae50e69e91 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 22 May 2024 16:56:43 -0400 Subject: [PATCH] Clean up usings --- CHANGELIST.md | 1 + MPF.Core/SubmissionInfoTool.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index b2017880..aa7a7fa4 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -69,6 +69,7 @@ - Make GetCopyProtection signature easier to read - Move GetLibCryptDetected back to DIC processor - Make RunProtectionScanOnPath signature easier to read +- Clean up usings ### 3.1.9a (2024-05-21) diff --git a/MPF.Core/SubmissionInfoTool.cs b/MPF.Core/SubmissionInfoTool.cs index ba7f0322..d0bbcef5 100644 --- a/MPF.Core/SubmissionInfoTool.cs +++ b/MPF.Core/SubmissionInfoTool.cs @@ -5,7 +5,6 @@ using System.Linq; using System.Threading.Tasks; using BinaryObjectScanner; using MPF.Core.Data; -using MPF.Core.ExecutionContexts; using MPF.Core.Processors; using SabreTools.RedumpLib; using SabreTools.RedumpLib.Data;