Clean up usings

This commit is contained in:
Eric St. John 2016-06-04 01:45:53 -07:00 committed by Livar Cunha
parent 40bf17900a
commit e34d988f54
4 changed files with 0 additions and 14 deletions

View file

@ -1,10 +1,6 @@
using SevenZip;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Microsoft.DotNet.Archive
{

View file

@ -6,7 +6,6 @@ using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Microsoft.DotNet.Archive
{

View file

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Microsoft.DotNet.Archive
{

View file

@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Microsoft.DotNet.Archive
{