[ALL] Clean and organize usings

This commit is contained in:
Matt Nadareski
2016-06-13 23:54:13 -07:00
parent 5de7429b00
commit b9487636d7
21 changed files with 51 additions and 86 deletions

View File

@@ -1,14 +1,13 @@
using System;
using SharpCompress.Archive;
using SharpCompress.Common;
using SharpCompress.Reader;
using SharpCompress.Writer;
using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Text.RegularExpressions;
using SharpCompress.Archive;
using SharpCompress.Common;
using SharpCompress.Reader;
using SharpCompress.Writer;
namespace SabreTools.Helper
{
public class ArchiveTools

View File

@@ -1,5 +1,5 @@
using System;
using Mono.Data.Sqlite;
using Mono.Data.Sqlite;
using System;
using System.IO;
namespace SabreTools.Helper

View File

@@ -1,10 +1,9 @@
using System;
using DamienG.Security.Cryptography;
using System;
using System.Collections.Generic;
using System.IO;
using System.Security.Cryptography;
using DamienG.Security.Cryptography;
namespace SabreTools.Helper
{
public class RomTools

View File

@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using SabreTools.Helper;
namespace SabreTools
namespace SabreTools.Helper
{
/// <summary>
/// Get statistics on one or more DAT files

View File

@@ -1,8 +1,6 @@
using System;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using System.Xml;
namespace SabreTools.Helper
{