From 95e259db3b372351f9cc40213f4b6a611c3dc26f Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 28 Jan 2011 18:07:07 +1300 Subject: [PATCH] slightly clean up usings --- OpenRA.Editor/Form1.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index 7e87df1b47..cd819110d5 100755 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -10,14 +10,12 @@ using System; using System.Collections.Generic; -using System.Drawing; using System.IO; using System.Linq; using System.Windows.Forms; using OpenRA.FileFormats; using OpenRA.Graphics; using OpenRA.Traits; -using System.Drawing.Imaging; namespace OpenRA.Editor {