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 {