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

@@ -29,11 +29,11 @@
// ----------------------------------------------------------------------------
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
namespace DiscImageChef.Filters
{

View File

@@ -29,10 +29,11 @@
// ----------------------------------------------------------------------------
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Linq;
using System.Runtime.InteropServices;
namespace DiscImageChef.Filters
{

View File

@@ -32,7 +32,6 @@
using System;
using System.IO;
using DiscImageChef.Console;
using SharpCompress.Compressors;
using SharpCompress.Compressors.BZip2;

View File

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

View File

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

View File

@@ -29,8 +29,8 @@
// ----------------------------------------------------------------------------
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
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.