From f63cdf37d7922faf00a0c628fc5c2452a3035658 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 27 Dec 2011 14:53:18 +1300 Subject: [PATCH] tidy usings in Graphics.Util --- OpenRA.Game/Graphics/Util.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/OpenRA.Game/Graphics/Util.cs b/OpenRA.Game/Graphics/Util.cs index 5d4f27c71a..20d79f4f0f 100644 --- a/OpenRA.Game/Graphics/Util.cs +++ b/OpenRA.Game/Graphics/Util.cs @@ -8,11 +8,6 @@ */ #endregion -using System; -using System.Collections.Generic; -using System.Drawing; -using System.Drawing.Imaging; -using System.IO; using OpenRA.FileFormats.Graphics; namespace OpenRA.Graphics