REFACTOR: Sort and removed usings.

This commit is contained in:
2017-12-19 19:33:46 +00:00
parent 0a931cd04a
commit 6bab945453
12 changed files with 13 additions and 15 deletions

View File

@@ -31,8 +31,8 @@
// ****************************************************************************/
using System;
using System.Text;
using System.IO;
using System.Text;
namespace DiscImageChef.Checksums
{

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.Text;
using System.IO;
using System;
using System.IO;
using System.Text;
namespace DiscImageChef.Checksums
{

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.Text;
using System.IO;
using System;
using System.IO;
using System.Text;
namespace DiscImageChef.Checksums
{

View File

@@ -30,9 +30,8 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.Text;
using System.IO;
using System;
using System.Text;
namespace DiscImageChef.Checksums
{

View File

@@ -33,8 +33,8 @@
// Disabled because the speed is abnormally slow
/*
using System;
using System.Text;
using System.IO;
using System.Text;
namespace DiscImageChef.Checksums
{

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System.IO;
namespace DiscImageChef.Checksums
{

View File

@@ -31,7 +31,6 @@
// ****************************************************************************/
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System.IO;
namespace DiscImageChef.Checksums
{

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System.IO;
namespace DiscImageChef.Checksums
{

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System.IO;
namespace DiscImageChef.Checksums
{

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System.IO;
namespace DiscImageChef.Checksums
{

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System.IO;
namespace DiscImageChef.Checksums
{