clean up spurious usings

This commit is contained in:
Chris Forbes
2010-04-29 16:32:26 +12:00
parent ff7321cb12
commit e53bbfc523
3 changed files with 1 additions and 4 deletions

View File

@@ -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
{