[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,13 +1,12 @@
using System;
using Mono.Data.Sqlite;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using Mono.Data.Sqlite;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text.RegularExpressions;
using SabreTools.Helper;
namespace SabreTools
{
/// <summary>

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SabreTools.Helper
namespace SabreTools.Helper
{
/// <summary>
/// Possible DAT import classes

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
{

View File

@@ -1,17 +1,9 @@
using System;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.IO.Compression;
using System.Security.Cryptography;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using SabreTools.Helper;
using DamienG.Security.Cryptography;
using SharpCompress.Archive;
using SharpCompress.Common;
using SharpCompress.Reader;
namespace SabreTools
{

View File

@@ -1,10 +1,8 @@
using System;
using System.Collections.Generic;
using Mono.Data.Sqlite;
using System.IO;
using System.Text.RegularExpressions;
using Mono.Data.Sqlite;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using System.IO;
namespace SabreTools
{

View File

@@ -1,13 +1,12 @@
using System;
using Mono.Data.Sqlite;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using Mono.Data.Sqlite;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text.RegularExpressions;
using SabreTools.Helper;
namespace SabreTools
{
public class GenerateTwo : IGenerate

View File

@@ -1,10 +1,9 @@
using System.Collections.Generic;
using Mono.Data.Sqlite;
using Mono.Data.Sqlite;
using SabreTools.Helper;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using SabreTools.Helper;
namespace SabreTools
{
/// <summary>

View File

@@ -1,12 +1,11 @@
using System;
using Mono.Data.Sqlite;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using Mono.Data.Sqlite;
using System.IO;
using System.Security.Cryptography;
using System.Text.RegularExpressions;
using SabreTools.Helper;
namespace SabreTools
{
public class ImportTwo : IImport

View File

@@ -1,10 +1,9 @@
using System;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using SabreTools.Helper;
namespace SabreTools
{
public class MergeDiff

View File

@@ -1,10 +1,9 @@
using System;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using SabreTools.Helper;
namespace SabreTools
{
public class OfflineMerge

View File

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

View File

@@ -1,10 +1,9 @@
using System;
using Mono.Data.Sqlite;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Mono.Data.Sqlite;
using SabreTools.Helper;
namespace SabreTools
{

View File

@@ -1,8 +1,7 @@
using System;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using SabreTools.Helper;
namespace SabreTools
{
public partial class SabreTools

View File

@@ -1,9 +1,8 @@
using System;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using System.IO;
using SabreTools.Helper;
namespace SabreTools
{
/// <summary>

View File

@@ -1,10 +1,9 @@
using System;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using SabreTools.Helper;
namespace SabreTools
{
public class Split

View File

@@ -1,10 +1,9 @@
using System;
using SabreTools.Helper;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using SabreTools.Helper;
namespace SabreTools
{
public class TrimMerge

View File

@@ -1,10 +1,9 @@
using System;
using SabreTools.Helper;
using SharpCompress.Common;
using System;
using System.Collections.Generic;
using System.IO;
using SabreTools.Helper;
using SharpCompress.Common;
namespace SabreTools
{
public class SimpleSort