From 1ad8b58f1b97411a492243dddbcef50b94359644 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 12 Aug 2010 18:34:48 +1200 Subject: [PATCH] blah --- OpenRA.Mods.RA/Harvester.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/OpenRA.Mods.RA/Harvester.cs b/OpenRA.Mods.RA/Harvester.cs index 419be68f02..f2f5d9b75b 100644 --- a/OpenRA.Mods.RA/Harvester.cs +++ b/OpenRA.Mods.RA/Harvester.cs @@ -6,15 +6,15 @@ * as published by the Free Software Foundation. For more information, * see LICENSE. */ -#endregion - -using System.Collections.Generic; +#endregion + +using System.Collections.Generic; +using System.Drawing; using System.Linq; -using OpenRA.Effects; -using OpenRA.Mods.RA.Activities; -using OpenRA.Traits; -using OpenRA.Traits.Activities; -using System.Drawing; +using OpenRA.Effects; +using OpenRA.Mods.RA.Activities; +using OpenRA.Traits; +using OpenRA.Traits.Activities; namespace OpenRA.Mods.RA {