Remove unused usings

This commit is contained in:
ScottNZ
2014-06-15 22:16:40 +12:00
parent 23f0e00bcc
commit dbffce81a6
276 changed files with 3 additions and 451 deletions

View File

@@ -10,17 +10,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Eluant;
using OpenRA.FileSystem;
using OpenRA.Graphics;
using OpenRA.Primitives;
using OpenRA.Support;
using OpenRA.Scripting;
using OpenRA.Traits;
namespace OpenRA.Scripting
{