Fix code style (import order)

This commit is contained in:
YoshiRulz 2021-01-25 06:05:53 +10:00
parent adca19c30a
commit 416e9ffbb3
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
4 changed files with 5 additions and 5 deletions

View File

@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using BizHawk.Common;
@ -13,7 +14,6 @@ using BizHawk.Emulation.Cores.Nintendo.SNES;
using BizHawk.Emulation.Cores.Sony.PSX;
using BizHawk.Emulation.Cores.Arcades.MAME;
using BizHawk.Emulation.DiscSystem;
using System.IO.Compression;
namespace BizHawk.Client.Common
{

View File

@ -2,6 +2,7 @@
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Text;
using System.Threading;
using System.Windows.Forms;
@ -9,7 +10,6 @@ using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
using BizHawk.Common;
using System.IO.Compression;
namespace BizHawk.Client.EmuHawk
{

View File

@ -1,6 +1,8 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Xml.XPath;
@ -10,8 +12,6 @@ using BizHawk.Client.Common;
using BizHawk.Common;
using BizHawk.Emulation.Cores.Nintendo.NES;
using BizHawk.Emulation.Common;
using System.IO.Compression;
using System.Linq;
namespace BizHawk.Client.EmuHawk
{

View File

@ -1,5 +1,6 @@
using System;
using System.IO;
using System.IO.Compression;
using System.Collections.Generic;
using System.Windows.Forms;
@ -7,7 +8,6 @@ using BizHawk.Client.Common;
using BizHawk.Common.BufferExtensions;
using BizHawk.Emulation.Cores.PCEngine;
using BizHawk.Emulation.Common;
using System.IO.Compression;
namespace BizHawk.Client.EmuHawk
{