diff --git a/OpenRA.Utility/Util.cs b/OpenRA.Utility/Util.cs index b268fdf1af..2a4a2be3a1 100644 --- a/OpenRA.Utility/Util.cs +++ b/OpenRA.Utility/Util.cs @@ -6,16 +6,16 @@ * as published by the Free Software Foundation. For more information, * see COPYING. */ -#endregion - -using System; -using System.IO; -using ICSharpCode.SharpZipLib.Zip; +#endregion + +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Diagnostics; +using System.IO; +using System.IO.Pipes; +using ICSharpCode.SharpZipLib.Zip; using OpenRA.FileFormats; -using System.Collections.Generic; -using System.ComponentModel; -using System.Diagnostics; -using System.IO.Pipes; namespace OpenRA.Utility {