[ArchiveTools] Clean up usings

This commit is contained in:
Matt Nadareski
2016-08-22 21:30:55 -07:00
parent f6da7ee7a7
commit 181b65c513

View File

@@ -1,12 +1,7 @@
using SharpCompress.Archive;
using SharpCompress.Archive.Zip;
using SharpCompress.Archive.SevenZip;
using SharpCompress.Common;
using SharpCompress.Common.SevenZip;
using SharpCompress.Reader;
using SharpCompress.Reader.Zip;
using SharpCompress.Writer;
using SharpCompress.Writer.Zip;
using System;
using System.Collections.Generic;
using System.IO;