From 8d41f0d680e7804e00511cb2d1876ccc0d63e85e Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 5 Feb 2011 11:27:10 +1300 Subject: [PATCH] blah --- OpenRA.Utility/Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenRA.Utility/Program.cs b/OpenRA.Utility/Program.cs index 2326672adb..1513d1f91b 100644 --- a/OpenRA.Utility/Program.cs +++ b/OpenRA.Utility/Program.cs @@ -9,12 +9,11 @@ #endregion using System; -using System.Linq; using System.Collections.Generic; using System.IO; -using System.Security.Principal; using System.IO.Pipes; using System.Security.AccessControl; +using System.Security.Principal; namespace OpenRA.Utility {