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,16 +6,11 @@
* as published by the Free Software Foundation. For more information,
* see LICENSE.
*/
#endregion
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRA.Effects;
using OpenRA.Traits.Activities;
#endregion
using System.Linq;
using OpenRA.FileFormats;
using OpenRA.GameRules;
using OpenRA.FileFormats;
namespace OpenRA.Traits
{