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

@@ -6,13 +6,12 @@
* as published by the Free Software Foundation. For more information,
* see LICENSE.
*/
#endregion
using System.Collections.Generic;
using System.Linq;
using OpenRA.Traits;
#endregion
using System;
using OpenRA.Mods.RA.Air;
using System.Collections.Generic;
using OpenRA.Mods.RA.Air;
using OpenRA.Traits;
namespace OpenRA.Mods.RA
{