From 42b88276b15792b05ba4431155fb4b1fb528b652 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 28 Feb 2011 20:36:12 +1300 Subject: [PATCH] blah --- OpenRA.Mods.RA/Air/Plane.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/OpenRA.Mods.RA/Air/Plane.cs b/OpenRA.Mods.RA/Air/Plane.cs index d0ef7a79d5..3aadbb1ce4 100755 --- a/OpenRA.Mods.RA/Air/Plane.cs +++ b/OpenRA.Mods.RA/Air/Plane.cs @@ -6,13 +6,11 @@ * as published by the Free Software Foundation. For more information, * see COPYING. */ -#endregion - -using System; +#endregion + using System.Collections.Generic; using System.Drawing; -using System.Linq; -using OpenRA.Effects; +using System.Linq; using OpenRA.Mods.RA.Activities; using OpenRA.Mods.RA.Buildings; using OpenRA.Mods.RA.Orders;