clean up usings everywhere

This commit is contained in:
Chris Forbes
2011-05-16 18:23:14 +12:00
committed by Paul Chote
parent eb8aafced0
commit 310ecc34ce
46 changed files with 55 additions and 123 deletions

View File

@@ -8,18 +8,10 @@
*/
#endregion
using System.Collections.Generic;
using OpenRA.FileFormats;
using System.Net;
using OpenRA.Network;
using OpenRA.Server;
using OpenRA.Widgets;
using System;
using System.Drawing;
using System.Linq;
using OpenRA.GameRules;
using System.Net;
using OpenRA.Mods.RA;
using OpenRA.Support;
using OpenRA.Widgets;
namespace OpenRA.Mods.Cnc.Widgets
{