slightly clean up usings

This commit is contained in:
Chris Forbes
2011-01-28 18:07:07 +13:00
parent ce8d787a9c
commit 95e259db3b

View File

@@ -10,14 +10,12 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Drawing;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Windows.Forms; using System.Windows.Forms;
using OpenRA.FileFormats; using OpenRA.FileFormats;
using OpenRA.Graphics; using OpenRA.Graphics;
using OpenRA.Traits; using OpenRA.Traits;
using System.Drawing.Imaging;
namespace OpenRA.Editor namespace OpenRA.Editor
{ {