Removed unused using directives

This commit is contained in:
penev92
2021-10-12 23:20:45 +03:00
committed by abcdefg30
parent 3790a4a6a4
commit 8ba6d13b2f
76 changed files with 0 additions and 91 deletions

View File

@@ -17,7 +17,6 @@ using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Text.RegularExpressions;
using OpenRA.Primitives;
using OpenRA.Support;

View File

@@ -9,7 +9,6 @@
*/
#endregion
using System.IO;
using OpenRA.FileSystem;
namespace OpenRA.GameRules

View File

@@ -10,7 +10,6 @@
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using OpenRA.Primitives;

View File

@@ -11,7 +11,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using OpenRA.Primitives;
namespace OpenRA.Graphics

View File

@@ -12,7 +12,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using OpenRA.Primitives;
namespace OpenRA.Graphics
{

View File

@@ -9,10 +9,6 @@
*/
#endregion
using System;
using OpenRA.FileSystem;
using OpenRA.Primitives;
namespace OpenRA.Video
{
public interface IVideo

View File

@@ -11,7 +11,6 @@
using System;
using System.IO;
using OpenRA.Network;
using OpenRA.Traits;
namespace OpenRA

View File

@@ -12,7 +12,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using OpenRA.FileFormats;
namespace OpenRA.Network

View File

@@ -10,7 +10,6 @@
#endregion
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using OpenRA.FileFormats;

View File

@@ -15,7 +15,6 @@ using System.Linq;
using System.Net;
using System.Net.Sockets;
using OpenRA.Primitives;
using OpenRA.Server;
namespace OpenRA.Network
{

View File

@@ -12,7 +12,6 @@
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
namespace OpenRA.Primitives
{

View File

@@ -11,7 +11,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
namespace OpenRA.Support
{

View File

@@ -9,10 +9,6 @@
*/
#endregion
using System;
using System.Diagnostics;
using System.Linq;
namespace OpenRA
{
public enum RunStatus