some usings cleanup

This commit is contained in:
Chris Forbes
2010-11-21 12:21:20 +13:00
parent 060d544390
commit 1db3ce4b59
23 changed files with 31 additions and 48 deletions

View File

@@ -10,9 +10,9 @@
using System.Collections.Generic;
using OpenRA.FileFormats;
using OpenRA.Graphics;
using OpenRA.Traits;
using OpenRA.Widgets.Delegates;
using OpenRA.Graphics;
using OpenRA.Widgets.Delegates;
namespace OpenRA.Mods.RA
{