Removed unused using directives.

This commit is contained in:
Andre Mohren
2018-11-17 18:09:31 +01:00
committed by Paul Chote
parent db64dc82c3
commit b1a44086a0
243 changed files with 1 additions and 337 deletions

View File

@@ -9,9 +9,7 @@
*/
#endregion
using System;
using System.Linq;
using System.Text.RegularExpressions;
using NUnit.Framework;
using OpenRA.Traits;

View File

@@ -1,5 +1,4 @@
using System.Runtime.Remoting.Metadata;
using NUnit.Framework;
using NUnit.Framework;
namespace OpenRA.Test
{

View File

@@ -9,10 +9,8 @@
*/
#endregion
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using OpenRA.Support;