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;