From c3728ce67445efd183b1679edc24c078423b5bb7 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 12 Mar 2011 19:44:29 +1300 Subject: [PATCH] blah --- OpenRA.Game/WorldUtils.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/OpenRA.Game/WorldUtils.cs b/OpenRA.Game/WorldUtils.cs index dbc82cb8c4..5a1276ddc7 100755 --- a/OpenRA.Game/WorldUtils.cs +++ b/OpenRA.Game/WorldUtils.cs @@ -6,16 +6,16 @@ * as published by the Free Software Foundation. For more information, * see COPYING. */ -#endregion - -using System.Collections.Generic; -using System.Drawing; -using System.Linq; -using OpenRA.FileFormats; -using OpenRA.GameRules; -using OpenRA.Support; +#endregion + +using System; +using System.Collections.Generic; +using System.Drawing; +using System.Linq; +using OpenRA.FileFormats; +using OpenRA.GameRules; +using OpenRA.Support; using OpenRA.Traits; -using System; namespace OpenRA {