diff --git a/OpenRA.Mods.RA/Lint/CheckAutotargetWiring.cs b/OpenRA.Mods.RA/Lint/CheckAutotargetWiring.cs index ad8d839284..c38dfc6223 100644 --- a/OpenRA.Mods.RA/Lint/CheckAutotargetWiring.cs +++ b/OpenRA.Mods.RA/Lint/CheckAutotargetWiring.cs @@ -9,11 +9,7 @@ #endregion using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; using OpenRA.Traits; -using OpenRA.Mods.RA.Buildings; namespace OpenRA.Mods.RA { diff --git a/OpenRA.Mods.RA/Lint/CheckSyncAnnotations.cs b/OpenRA.Mods.RA/Lint/CheckSyncAnnotations.cs index 048aff930d..527b8ae135 100644 --- a/OpenRA.Mods.RA/Lint/CheckSyncAnnotations.cs +++ b/OpenRA.Mods.RA/Lint/CheckSyncAnnotations.cs @@ -9,11 +9,8 @@ #endregion using System; -using System.Collections.Generic; using System.Linq; using System.Reflection; -using System.Text; -using OpenRA.FileFormats; using OpenRA.Traits; namespace OpenRA.Mods.RA diff --git a/OpenRA.Mods.RA/Lint/CheckTraitPrerequisites.cs b/OpenRA.Mods.RA/Lint/CheckTraitPrerequisites.cs index ab8ddd694f..9f3b94cdac 100644 --- a/OpenRA.Mods.RA/Lint/CheckTraitPrerequisites.cs +++ b/OpenRA.Mods.RA/Lint/CheckTraitPrerequisites.cs @@ -9,9 +9,7 @@ #endregion using System; -using System.Collections.Generic; using System.Linq; -using System.Reflection; using OpenRA.Traits; namespace OpenRA.Mods.RA diff --git a/OpenRA.Mods.RA/Lint/LintBuildablePrerequisites.cs b/OpenRA.Mods.RA/Lint/LintBuildablePrerequisites.cs index b10eb76f30..05bec32e2a 100644 --- a/OpenRA.Mods.RA/Lint/LintBuildablePrerequisites.cs +++ b/OpenRA.Mods.RA/Lint/LintBuildablePrerequisites.cs @@ -9,11 +9,9 @@ #endregion using System; -using System.Collections.Generic; using System.Linq; -using System.Text; -using OpenRA.Traits; using OpenRA.Mods.RA.Buildings; +using OpenRA.Traits; namespace OpenRA.Mods.RA {