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