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

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

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.Collections.Generic;
using DiscImageChef.Metadata;
namespace DiscImageChef.Server.App_Start
{
public static class ScsiEvpd

View File

@@ -30,10 +30,10 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.Collections.Generic;
using DiscImageChef.Decoders.SCSI;
using DiscImageChef.Metadata;
namespace DiscImageChef.Server.App_Start
{
public static class ScsiInquiry

View File

@@ -30,7 +30,6 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.Collections.Generic;
using DiscImageChef.Decoders.SCSI.MMC;
using DiscImageChef.Metadata;

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using DiscImageChef.Metadata;
using System.Collections.Generic;
using DiscImageChef.Metadata;
namespace DiscImageChef.Server.App_Start
{
public static class ScsiMmcMode

View File

@@ -30,10 +30,10 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.Collections.Generic;
using DiscImageChef.Metadata;
using DiscImageChef.Decoders.SCSI;
using DiscImageChef.Metadata;
namespace DiscImageChef.Server.App_Start
{
public static class ScsiModeSense

View File

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

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System;
using System.Collections.Generic;
using DiscImageChef.Metadata;
namespace DiscImageChef.Server.App_Start
{
public static class TestedMedia

View File

@@ -33,10 +33,10 @@
using System;
using System.IO;
using System.Net.Http;
using System.Web.Http;
using System.Web;
using DiscImageChef.Metadata;
using System.Web.Http;
using System.Xml.Serialization;
using DiscImageChef.Metadata;
namespace DiscImageChef.Server.Controllers
{

View File

@@ -31,10 +31,8 @@
// ****************************************************************************/
using System;
using System.Web;
using System.Web.UI;
using Velyo.AspNet.Markdown;
using System.IO;
using Velyo.AspNet.Markdown;
namespace DiscImageChef.Server
{

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

@@ -31,15 +31,13 @@
// ****************************************************************************/
using System;
using System.Web;
using System.Web.UI;
using System.Reflection;
using System.IO;
using DiscImageChef.Metadata;
using System.Xml.Serialization;
using System.Collections.Generic;
using System.CodeDom;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Web;
using System.Xml.Serialization;
using DiscImageChef.Metadata;
namespace DiscImageChef.Server
{

View File

@@ -31,19 +31,14 @@
// ****************************************************************************/
using System;
using System.Web;
using System.Web.UI;
using System.Text;
using System.IO;
using System.Xml.Serialization;
using DiscImageChef.Metadata;
using System.Collections.Generic;
using System.Net;
using static DiscImageChef.Decoders.ATA.Identify;
using System.IO;
using System.Text;
using System.Web;
using System.Xml.Serialization;
using DiscImageChef.Decoders.SCSI;
using DiscImageChef.Metadata;
using DiscImageChef.Server.App_Start;
using System.Web.Compilation;
using System.Web.Configuration;
namespace DiscImageChef.Server
{