From e53bbfc5232eaedee9cb27b9bbf1d9f49ecc95f8 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 29 Apr 2010 16:32:26 +1200 Subject: [PATCH] clean up spurious usings --- OpenRA.Game/Game.cs | 2 +- OpenRA.Game/Network/OrderManager.cs | 2 -- OpenRA.Game/World.cs | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 7d97c06b78..b8e4a51e4a 100644 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -24,6 +24,7 @@ using System.Drawing; using System.IO; using System.Linq; using System.Reflection; +using System.Text; using System.Windows.Forms; using OpenRA.FileFormats; using OpenRA.GameRules; @@ -34,7 +35,6 @@ using OpenRA.Support; using OpenRA.Traits; using Timer = OpenRA.Support.Timer; using XRandom = OpenRA.Thirdparty.Random; -using System.Text; namespace OpenRA { diff --git a/OpenRA.Game/Network/OrderManager.cs b/OpenRA.Game/Network/OrderManager.cs index c80985854e..0cb3651ec1 100755 --- a/OpenRA.Game/Network/OrderManager.cs +++ b/OpenRA.Game/Network/OrderManager.cs @@ -23,8 +23,6 @@ using System.Collections.Generic; using System.IO; using System.Linq; using OpenRA.FileFormats; -using OpenRA.Traits; -using System.Text; namespace OpenRA.Network { diff --git a/OpenRA.Game/World.cs b/OpenRA.Game/World.cs index c71962c42c..3159cdc313 100644 --- a/OpenRA.Game/World.cs +++ b/OpenRA.Game/World.cs @@ -21,7 +21,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.IO; using OpenRA.Collections; using OpenRA.Effects; using OpenRA.FileFormats;