[FileTools] Remove unneeded references

This commit is contained in:
Matt Nadareski
2016-10-26 14:29:13 -07:00
parent d35c4688de
commit 71712feb0a

View File

@@ -4,7 +4,6 @@ using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Security.Cryptography; using System.Security.Cryptography;
using System.Threading.Tasks;
using System.Xml; using System.Xml;
using System.Xml.Schema; using System.Xml.Schema;
@@ -14,7 +13,6 @@ using SabreTools.Helper.Skippers;
using NaturalSort; using NaturalSort;
using OCRC; using OCRC;
using SharpCompress.Common;
namespace SabreTools.Helper.Tools namespace SabreTools.Helper.Tools
{ {