diff --git a/ICSharpCode.Decompiler/DotNetCore/DotNetCorePathFinderExtensions.cs b/ICSharpCode.Decompiler/DotNetCore/DotNetCorePathFinderExtensions.cs index 0fe9b4d63..252ce0312 100644 --- a/ICSharpCode.Decompiler/DotNetCore/DotNetCorePathFinderExtensions.cs +++ b/ICSharpCode.Decompiler/DotNetCore/DotNetCorePathFinderExtensions.cs @@ -1,10 +1,7 @@ using System; using System.Collections.Generic; -using System.IO; -using System.Linq; using ICSharpCode.Decompiler.TypeSystem.Implementation; using Mono.Cecil; -using Newtonsoft.Json.Linq; namespace ICSharpCode.Decompiler {