From 77067d86a189d4cc2ca6e0d0ed648deabc11a5a1 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 2 Sep 2016 14:15:55 -0700 Subject: [PATCH] [SimpleSort] Remove SabreTools requirement for SimpleSort --- SimpleSort/SimpleSort.cs | 1 - SimpleSort/SimpleSort.csproj | 4 ---- 2 files changed, 5 deletions(-) diff --git a/SimpleSort/SimpleSort.cs b/SimpleSort/SimpleSort.cs index b7070b13..e04f96fc 100644 --- a/SimpleSort/SimpleSort.cs +++ b/SimpleSort/SimpleSort.cs @@ -1,5 +1,4 @@ using SabreTools.Helper; -using SharpCompress.Common; using System; using System.Collections.Generic; using System.IO; diff --git a/SimpleSort/SimpleSort.csproj b/SimpleSort/SimpleSort.csproj index ea0aaf7c..ba55fdda 100644 --- a/SimpleSort/SimpleSort.csproj +++ b/SimpleSort/SimpleSort.csproj @@ -79,10 +79,6 @@ {225a1afd-0890-44e8-b779-7502665c23a5} SabreTools.Helper - - {3b615702-1866-4d7b-8af1-7b43fd0cc1d0} - SabreTools -