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

@@ -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