clean up spurious usings

This commit is contained in:
Chris Forbes
2010-04-29 16:32:26 +12:00
parent ff7321cb12
commit e53bbfc523
3 changed files with 1 additions and 4 deletions

View File

@@ -23,8 +23,6 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using OpenRA.FileFormats;
using OpenRA.Traits;
using System.Text;
namespace OpenRA.Network
{