From c77afa65cb7ecbcc10f638783030f9715e6b6e26 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Thu, 30 Nov 2017 14:13:48 +0100 Subject: [PATCH] Fix build --- .../DotNetCore/DotNetCorePathFinderExtensions.cs | 3 --- 1 file changed, 3 deletions(-) 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 {