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;