Remove and sort usings.

This commit is contained in:
RoosterDragon
2014-06-16 22:20:39 +01:00
parent 6d2f180cd4
commit 22abf9b4c4
58 changed files with 61 additions and 62 deletions

View File

@@ -14,8 +14,8 @@ using System.Drawing;
using System.IO;
using System.Linq;
using System.Net;
using OpenRA.FileSystem;
using MaxMind.GeoIP2;
using OpenRA.FileSystem;
using OpenRA.Graphics;
using OpenRA.Network;
using OpenRA.Primitives;

View File

@@ -8,8 +8,8 @@
*/
#endregion
using System.Drawing;
using System.Collections.Generic;
using System.Drawing;
namespace OpenRA.Graphics
{

View File

@@ -11,8 +11,8 @@
using System;
using System.Drawing;
using System.Linq;
using SharpFont;
using OpenRA.Primitives;
using SharpFont;
namespace OpenRA.Graphics
{

View File

@@ -16,10 +16,10 @@ using System.Linq;
using System.Security.Cryptography;
using System.Text;
using OpenRA.FileSystem;
using OpenRA.Network;
using OpenRA.Traits;
using OpenRA.Graphics;
using OpenRA.Network;
using OpenRA.Support;
using OpenRA.Traits;
namespace OpenRA
{

View File

@@ -12,7 +12,6 @@ using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Reflection;
namespace OpenRA
{

View File

@@ -13,8 +13,8 @@ using System.Collections.Generic;
using System.Linq;
using Eluant;
using Eluant.ObjectBinding;
using OpenRA.Network;
using OpenRA.Graphics;
using OpenRA.Network;
using OpenRA.Primitives;
using OpenRA.Scripting;
using OpenRA.Traits;

View File

@@ -13,8 +13,8 @@ using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using OpenRA.Traits;
using OpenRA.Primitives;
using OpenRA.Traits;
namespace OpenRA
{

View File

@@ -8,9 +8,9 @@
*/
#endregion
using System.Collections.Generic;
using System.Drawing;
using OpenRA.Graphics;
using System.Collections.Generic;
namespace OpenRA.Traits
{

View File

@@ -11,8 +11,8 @@
using System;
using System.Drawing;
using System.Linq;
using OpenRA.Primitives;
using OpenRA.Graphics;
using OpenRA.Primitives;
namespace OpenRA.Widgets
{

View File

@@ -8,9 +8,9 @@
*/
#endregion
using System;
using System.Drawing;
using OpenRA.Graphics;
using System;
namespace OpenRA.Widgets
{