From 4b0f66496ca78546c813da0e06572b89659e41d9 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sun, 1 Aug 2010 16:11:47 +1200 Subject: [PATCH] blah --- OpenRA.Mods.RA/Plane.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.RA/Plane.cs b/OpenRA.Mods.RA/Plane.cs index 57fae52ecd..942a826065 100644 --- a/OpenRA.Mods.RA/Plane.cs +++ b/OpenRA.Mods.RA/Plane.cs @@ -9,11 +9,11 @@ #endregion using System; +using System.Drawing; using System.Linq; using OpenRA.Effects; using OpenRA.Mods.RA.Activities; using OpenRA.Traits; -using System.Drawing; namespace OpenRA.Mods.RA {