From ad97fe850f453ae91c3d1d3c0138504feb5fb1b7 Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Sat, 4 Jul 2015 18:18:11 +0300 Subject: [PATCH] Removed redundant using --- OpenRA.Utility/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Utility/Program.cs b/OpenRA.Utility/Program.cs index 8066edfec5..5296ea37c8 100644 --- a/OpenRA.Utility/Program.cs +++ b/OpenRA.Utility/Program.cs @@ -10,7 +10,6 @@ using System; using System.Collections.Generic; -using System.IO; using System.Linq; using OpenRA.FileSystem;