cleanup some usings

This commit is contained in:
Chris Forbes
2010-12-03 20:43:27 +13:00
parent 0ae464d1f7
commit e1761d8969
2 changed files with 9 additions and 15 deletions

View File

@@ -6,16 +6,10 @@
* 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.Widgets;
using OpenRA.Traits.Activities;
using OpenRA.FileFormats;
using OpenRA.Mods.RA.Activities;
using System;
namespace OpenRA.Scripting
{

View File

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