REFACTOR: Sort and removed usings.

This commit is contained in:
2017-12-19 19:33:46 +00:00
parent fed73af450
commit 77edc7c91c
344 changed files with 368 additions and 547 deletions

View File

@@ -31,11 +31,11 @@
// ****************************************************************************/
using System;
using System.Collections.Generic;
using System.Threading;
using DiscImageChef.Checksums;
using Schemas;
using System.Threading;
using System;
namespace DiscImageChef.Core
{

View File

@@ -30,7 +30,6 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.IO;
using DiscImageChef.Console;

View File

@@ -31,9 +31,8 @@
// ****************************************************************************/
using System;
using DiscImageChef.Console;
using DiscImageChef.Devices;
using DiscImageChef.Decoders.ATA;
using DiscImageChef.Devices;
namespace DiscImageChef.Core.Devices
{

View File

@@ -30,10 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using DiscImageChef.Console;
using DiscImageChef.Devices;
using DiscImageChef.Metadata;
using DiscImageChef.Console;
namespace DiscImageChef.Core.Devices.Report
{

View File

@@ -30,7 +30,6 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.Collections.Generic;
namespace DiscImageChef.Core.Devices.Scanning

View File

@@ -31,9 +31,8 @@
// ****************************************************************************/
using System;
using DiscImageChef.Filters;
using DiscImageChef.Console;
using DiscImageChef.Core;
using DiscImageChef.Filters;
using DiscImageChef.ImagePlugins;
namespace DiscImageChef.Core

View File

@@ -34,6 +34,7 @@ using System;
using System.IO;
using System.Reflection;
using DiscImageChef.Devices;
namespace DiscImageChef.Core.Logging
{
public class DumpLog

View File

@@ -30,14 +30,12 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.Collections.Generic;
using System.Linq;
using DiscImageChef.CommonTypes;
using DiscImageChef.Console;
using DiscImageChef.ImagePlugins;
using DiscImageChef.PartPlugins;
using System.Linq;
using System.Net;
using DiscImageChef.Console;
namespace DiscImageChef.Core
{

View File

@@ -33,11 +33,11 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using DiscImageChef.Console;
using DiscImageChef.Filesystems;
using DiscImageChef.ImagePlugins;
using DiscImageChef.PartPlugins;
using DiscImageChef.Filesystems;
using DiscImageChef.Console;
using System.Text;
namespace DiscImageChef.Core
{

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,10 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.Threading;
using System.IO;
using System.Net;
using DiscImageChef.Console;
using System.Threading;
namespace DiscImageChef.Core
{

View File

@@ -30,7 +30,6 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
using System.IO;
using DiscImageChef.ImagePlugins;

View File

@@ -30,7 +30,6 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.Collections.Generic;
using System.IO;

View File

@@ -30,10 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
using Schemas;
using System.IO;
using Schemas;
namespace DiscImageChef.Core
{

View File

@@ -30,7 +30,6 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
namespace DiscImageChef.Core
{
public static partial class Sidecar

View File

@@ -30,7 +30,6 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
namespace DiscImageChef.Core
{
public static partial class Sidecar

View File

@@ -30,7 +30,6 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
using System.IO;
using DiscImageChef.ImagePlugins;

View File

@@ -30,7 +30,6 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
using System.IO;
using DiscImageChef.CommonTypes;

View File

@@ -30,7 +30,6 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.Collections.Generic;
using System.IO;
using DiscImageChef.ImagePlugins;

View File

@@ -33,11 +33,10 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Threading;
using System.Xml.Serialization;
using DiscImageChef.Metadata;
using System.Net;
using DiscImageChef.Console;
using System.Threading;
namespace DiscImageChef.Core
{