From 8ba6d13b2f62a288553069b9fe26ec8c6c4a2b6b Mon Sep 17 00:00:00 2001 From: penev92 Date: Tue, 12 Oct 2021 23:20:45 +0300 Subject: [PATCH] Removed unused using directives --- OpenRA.Game/FieldLoader.cs | 1 - OpenRA.Game/GameRules/MusicInfo.cs | 1 - OpenRA.Game/Graphics/PlayerColorRemap.cs | 1 - OpenRA.Game/Graphics/SpriteRenderer.cs | 1 - OpenRA.Game/Graphics/TerrainSpriteLayer.cs | 1 - OpenRA.Game/Graphics/Video.cs | 4 ---- OpenRA.Game/Network/Order.cs | 1 - OpenRA.Game/Network/ReplayConnection.cs | 1 - OpenRA.Game/Network/ReplayRecorder.cs | 1 - OpenRA.Game/Network/Session.cs | 1 - OpenRA.Game/Primitives/ConcurrentCache.cs | 1 - OpenRA.Game/Support/Evaluator.cs | 1 - OpenRA.Game/Support/Program.cs | 4 ---- OpenRA.Mods.Cnc/Traits/Minelayer.cs | 1 - OpenRA.Mods.Cnc/Traits/TDGunboat.cs | 1 - OpenRA.Mods.Cnc/Traits/World/TSVeinsRenderer.cs | 1 - OpenRA.Mods.Common/Activities/DeliverResources.cs | 1 - OpenRA.Mods.Common/Activities/DeliverUnit.cs | 1 - OpenRA.Mods.Common/Activities/FindAndDeliverResources.cs | 1 - OpenRA.Mods.Common/Activities/HarvestResource.cs | 1 - OpenRA.Mods.Common/Activities/PickupUnit.cs | 1 - OpenRA.Mods.Common/Activities/RepairBuilding.cs | 1 - OpenRA.Mods.Common/Activities/Resupply.cs | 1 - OpenRA.Mods.Common/Activities/UnloadCargo.cs | 1 - OpenRA.Mods.Common/EditorBrushes/EditorDefaultBrush.cs | 2 -- OpenRA.Mods.Common/Lint/CheckChromeHotkeys.cs | 1 - OpenRA.Mods.Common/Lint/CheckConflictingMouseBounds.cs | 1 - OpenRA.Mods.Common/Lint/CheckMapTiles.cs | 1 - OpenRA.Mods.Common/Lint/CheckOwners.cs | 2 -- OpenRA.Mods.Common/Lint/CheckSequences.cs | 1 - OpenRA.Mods.Common/Pathfinder/PathGraph.cs | 2 -- OpenRA.Mods.Common/Pathfinder/PathSearch.cs | 1 - OpenRA.Mods.Common/Traits/Air/Aircraft.cs | 1 - OpenRA.Mods.Common/Traits/Armament.cs | 1 - OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs | 1 - .../BotModules/BotModuleLogic/BaseBuilderQueueManager.cs | 1 - .../Traits/Buildings/ActorPreviewPlaceBuildingPreview.cs | 1 - OpenRA.Mods.Common/Traits/Buildings/Building.cs | 1 - OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs | 1 - OpenRA.Mods.Common/Traits/Harvester.cs | 1 - OpenRA.Mods.Common/Traits/Husk.cs | 1 - OpenRA.Mods.Common/Traits/Mobile.cs | 1 - .../Traits/Multipliers/HandicapProductionTimeMultiplier.cs | 2 -- .../Traits/Multipliers/ResourceValueMultiplier.cs | 2 -- .../Traits/Player/StrategicVictoryConditions.cs | 1 - .../Traits/Render/WithBuildingRepairDecoration.cs | 1 - OpenRA.Mods.Common/Traits/SeedsResource.cs | 1 - OpenRA.Mods.Common/Traits/Wanders.cs | 1 - OpenRA.Mods.Common/Traits/World/ActorSpawnManager.cs | 1 - OpenRA.Mods.Common/Traits/World/EditorActorPreview.cs | 1 - OpenRA.Mods.Common/Traits/World/EditorResourceLayer.cs | 1 - OpenRA.Mods.Common/Traits/World/ResourceLayer.cs | 1 - .../UpdateRules/Rules/20200503/ModernizeDecorationTraits.cs | 1 - .../UpdateRules/Rules/20200503/RenameSelfHealing.cs | 1 - .../UpdateRules/Rules/20201213/ConvertBoundsToWDist.cs | 1 - .../UpdateRules/Rules/20201213/RemoveResourceType.cs | 1 - .../Rules/20201213/ReplaceResourceValueModifiers.cs | 1 - OpenRA.Mods.Common/Warheads/CreateResourceWarhead.cs | 1 - OpenRA.Mods.Common/Warheads/DestroyResourceWarhead.cs | 2 -- OpenRA.Mods.Common/Warheads/SpreadDamageWarhead.cs | 1 - OpenRA.Mods.Common/Warheads/TargetDamageWarhead.cs | 1 - OpenRA.Mods.Common/WebServices.cs | 1 - OpenRA.Mods.Common/Widgets/ButtonWidget.cs | 1 - OpenRA.Mods.Common/Widgets/ColorMixerWidget.cs | 1 - OpenRA.Mods.Common/Widgets/Logic/Editor/LayerSelectorLogic.cs | 1 - OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameChatLogic.cs | 1 - OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs | 2 -- OpenRA.Mods.Common/Widgets/Logic/MainMenuLogic.cs | 1 - OpenRA.Mods.Common/Widgets/Logic/MissionBrowserLogic.cs | 1 - OpenRA.Mods.Common/Widgets/Logic/ReplayBrowserLogic.cs | 1 - OpenRA.Mods.Common/Widgets/ModelWidget.cs | 1 - OpenRA.Mods.Common/Widgets/ResourcePreviewWidget.cs | 2 -- OpenRA.Mods.Common/Widgets/TerrainTemplatePreviewWidget.cs | 1 - OpenRA.Mods.Common/Widgets/TooltipContainerWidget.cs | 1 - OpenRA.Mods.D2k/Traits/World/D2kResourceRenderer.cs | 2 -- OpenRA.Test/OpenRA.Game/VariableExpressionTest.cs | 1 - 76 files changed, 91 deletions(-) diff --git a/OpenRA.Game/FieldLoader.cs b/OpenRA.Game/FieldLoader.cs index ffa10d8b02..5f578100db 100644 --- a/OpenRA.Game/FieldLoader.cs +++ b/OpenRA.Game/FieldLoader.cs @@ -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; diff --git a/OpenRA.Game/GameRules/MusicInfo.cs b/OpenRA.Game/GameRules/MusicInfo.cs index 97d06217a1..9140e60e6b 100644 --- a/OpenRA.Game/GameRules/MusicInfo.cs +++ b/OpenRA.Game/GameRules/MusicInfo.cs @@ -9,7 +9,6 @@ */ #endregion -using System.IO; using OpenRA.FileSystem; namespace OpenRA.GameRules diff --git a/OpenRA.Game/Graphics/PlayerColorRemap.cs b/OpenRA.Game/Graphics/PlayerColorRemap.cs index b6691d085f..dc466acc93 100644 --- a/OpenRA.Game/Graphics/PlayerColorRemap.cs +++ b/OpenRA.Game/Graphics/PlayerColorRemap.cs @@ -10,7 +10,6 @@ #endregion using System; -using System.Collections.Generic; using System.Linq; using OpenRA.Primitives; diff --git a/OpenRA.Game/Graphics/SpriteRenderer.cs b/OpenRA.Game/Graphics/SpriteRenderer.cs index 7cc396514b..b1576bba6e 100644 --- a/OpenRA.Game/Graphics/SpriteRenderer.cs +++ b/OpenRA.Game/Graphics/SpriteRenderer.cs @@ -11,7 +11,6 @@ using System; using System.Collections.Generic; -using System.Linq; using OpenRA.Primitives; namespace OpenRA.Graphics diff --git a/OpenRA.Game/Graphics/TerrainSpriteLayer.cs b/OpenRA.Game/Graphics/TerrainSpriteLayer.cs index 6838192a28..0de8d76e7a 100644 --- a/OpenRA.Game/Graphics/TerrainSpriteLayer.cs +++ b/OpenRA.Game/Graphics/TerrainSpriteLayer.cs @@ -12,7 +12,6 @@ using System; using System.Collections.Generic; using System.IO; -using OpenRA.Primitives; namespace OpenRA.Graphics { diff --git a/OpenRA.Game/Graphics/Video.cs b/OpenRA.Game/Graphics/Video.cs index fd5251c19c..eebe79e692 100644 --- a/OpenRA.Game/Graphics/Video.cs +++ b/OpenRA.Game/Graphics/Video.cs @@ -9,10 +9,6 @@ */ #endregion -using System; -using OpenRA.FileSystem; -using OpenRA.Primitives; - namespace OpenRA.Video { public interface IVideo diff --git a/OpenRA.Game/Network/Order.cs b/OpenRA.Game/Network/Order.cs index f718ccd5b9..f16767c6be 100644 --- a/OpenRA.Game/Network/Order.cs +++ b/OpenRA.Game/Network/Order.cs @@ -11,7 +11,6 @@ using System; using System.IO; -using OpenRA.Network; using OpenRA.Traits; namespace OpenRA diff --git a/OpenRA.Game/Network/ReplayConnection.cs b/OpenRA.Game/Network/ReplayConnection.cs index 8f237ec879..0a3502abe0 100644 --- a/OpenRA.Game/Network/ReplayConnection.cs +++ b/OpenRA.Game/Network/ReplayConnection.cs @@ -12,7 +12,6 @@ using System; using System.Collections.Generic; using System.IO; -using System.Net; using OpenRA.FileFormats; namespace OpenRA.Network diff --git a/OpenRA.Game/Network/ReplayRecorder.cs b/OpenRA.Game/Network/ReplayRecorder.cs index 1d8bd589d5..5f5f7e070c 100644 --- a/OpenRA.Game/Network/ReplayRecorder.cs +++ b/OpenRA.Game/Network/ReplayRecorder.cs @@ -10,7 +10,6 @@ #endregion using System; -using System.Collections.Generic; using System.IO; using System.Linq; using OpenRA.FileFormats; diff --git a/OpenRA.Game/Network/Session.cs b/OpenRA.Game/Network/Session.cs index 307ea49daf..89689f15e1 100644 --- a/OpenRA.Game/Network/Session.cs +++ b/OpenRA.Game/Network/Session.cs @@ -15,7 +15,6 @@ using System.Linq; using System.Net; using System.Net.Sockets; using OpenRA.Primitives; -using OpenRA.Server; namespace OpenRA.Network { diff --git a/OpenRA.Game/Primitives/ConcurrentCache.cs b/OpenRA.Game/Primitives/ConcurrentCache.cs index 52910cb9f8..4f2617cc6b 100644 --- a/OpenRA.Game/Primitives/ConcurrentCache.cs +++ b/OpenRA.Game/Primitives/ConcurrentCache.cs @@ -12,7 +12,6 @@ using System; using System.Collections.Concurrent; using System.Collections.Generic; -using System.Linq; namespace OpenRA.Primitives { diff --git a/OpenRA.Game/Support/Evaluator.cs b/OpenRA.Game/Support/Evaluator.cs index 3b19d059f0..a2eae15162 100644 --- a/OpenRA.Game/Support/Evaluator.cs +++ b/OpenRA.Game/Support/Evaluator.cs @@ -11,7 +11,6 @@ using System; using System.Collections.Generic; -using System.Linq; namespace OpenRA.Support { diff --git a/OpenRA.Game/Support/Program.cs b/OpenRA.Game/Support/Program.cs index f658071f83..29c111387c 100644 --- a/OpenRA.Game/Support/Program.cs +++ b/OpenRA.Game/Support/Program.cs @@ -9,10 +9,6 @@ */ #endregion -using System; -using System.Diagnostics; -using System.Linq; - namespace OpenRA { public enum RunStatus diff --git a/OpenRA.Mods.Cnc/Traits/Minelayer.cs b/OpenRA.Mods.Cnc/Traits/Minelayer.cs index 48375d96d1..13d9e6e29e 100644 --- a/OpenRA.Mods.Cnc/Traits/Minelayer.cs +++ b/OpenRA.Mods.Cnc/Traits/Minelayer.cs @@ -12,7 +12,6 @@ using System; using System.Collections.Generic; using System.Linq; -using OpenRA; using OpenRA.Graphics; using OpenRA.Mods.Cnc.Activities; using OpenRA.Mods.Common.Orders; diff --git a/OpenRA.Mods.Cnc/Traits/TDGunboat.cs b/OpenRA.Mods.Cnc/Traits/TDGunboat.cs index eeba921384..33b2a0d894 100644 --- a/OpenRA.Mods.Cnc/Traits/TDGunboat.cs +++ b/OpenRA.Mods.Cnc/Traits/TDGunboat.cs @@ -10,7 +10,6 @@ #endregion using System.Collections.Generic; -using System.Collections.ObjectModel; using System.Linq; using OpenRA.Activities; using OpenRA.Mods.Common; diff --git a/OpenRA.Mods.Cnc/Traits/World/TSVeinsRenderer.cs b/OpenRA.Mods.Cnc/Traits/World/TSVeinsRenderer.cs index 16120c6f12..007d7c03de 100644 --- a/OpenRA.Mods.Cnc/Traits/World/TSVeinsRenderer.cs +++ b/OpenRA.Mods.Cnc/Traits/World/TSVeinsRenderer.cs @@ -13,7 +13,6 @@ using System; using System.Collections.Generic; using System.Linq; using OpenRA.Graphics; -using OpenRA.Mods.Common; using OpenRA.Mods.Common.Traits; using OpenRA.Primitives; using OpenRA.Traits; diff --git a/OpenRA.Mods.Common/Activities/DeliverResources.cs b/OpenRA.Mods.Common/Activities/DeliverResources.cs index 4085f453b1..87ce047ed6 100644 --- a/OpenRA.Mods.Common/Activities/DeliverResources.cs +++ b/OpenRA.Mods.Common/Activities/DeliverResources.cs @@ -13,7 +13,6 @@ using System.Collections.Generic; using System.Linq; using OpenRA.Activities; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Activities diff --git a/OpenRA.Mods.Common/Activities/DeliverUnit.cs b/OpenRA.Mods.Common/Activities/DeliverUnit.cs index 4ba1656440..da1eb836a8 100644 --- a/OpenRA.Mods.Common/Activities/DeliverUnit.cs +++ b/OpenRA.Mods.Common/Activities/DeliverUnit.cs @@ -12,7 +12,6 @@ using System.Collections.Generic; using OpenRA.Activities; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Activities diff --git a/OpenRA.Mods.Common/Activities/FindAndDeliverResources.cs b/OpenRA.Mods.Common/Activities/FindAndDeliverResources.cs index de57a68fca..d1b93f95f8 100644 --- a/OpenRA.Mods.Common/Activities/FindAndDeliverResources.cs +++ b/OpenRA.Mods.Common/Activities/FindAndDeliverResources.cs @@ -14,7 +14,6 @@ using System.Collections.Generic; using OpenRA.Activities; using OpenRA.Mods.Common.Pathfinder; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Activities diff --git a/OpenRA.Mods.Common/Activities/HarvestResource.cs b/OpenRA.Mods.Common/Activities/HarvestResource.cs index 4cb622e429..56191f8218 100644 --- a/OpenRA.Mods.Common/Activities/HarvestResource.cs +++ b/OpenRA.Mods.Common/Activities/HarvestResource.cs @@ -13,7 +13,6 @@ using System.Collections.Generic; using System.Linq; using OpenRA.Activities; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Activities diff --git a/OpenRA.Mods.Common/Activities/PickupUnit.cs b/OpenRA.Mods.Common/Activities/PickupUnit.cs index 097757369f..04c56ed202 100644 --- a/OpenRA.Mods.Common/Activities/PickupUnit.cs +++ b/OpenRA.Mods.Common/Activities/PickupUnit.cs @@ -12,7 +12,6 @@ using System.Collections.Generic; using OpenRA.Activities; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Activities diff --git a/OpenRA.Mods.Common/Activities/RepairBuilding.cs b/OpenRA.Mods.Common/Activities/RepairBuilding.cs index a4695ee350..4a0e60801b 100644 --- a/OpenRA.Mods.Common/Activities/RepairBuilding.cs +++ b/OpenRA.Mods.Common/Activities/RepairBuilding.cs @@ -10,7 +10,6 @@ #endregion using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Activities diff --git a/OpenRA.Mods.Common/Activities/Resupply.cs b/OpenRA.Mods.Common/Activities/Resupply.cs index f6fd990a36..ef2541721c 100644 --- a/OpenRA.Mods.Common/Activities/Resupply.cs +++ b/OpenRA.Mods.Common/Activities/Resupply.cs @@ -14,7 +14,6 @@ using System.Collections.Generic; using System.Linq; using OpenRA.Activities; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Activities diff --git a/OpenRA.Mods.Common/Activities/UnloadCargo.cs b/OpenRA.Mods.Common/Activities/UnloadCargo.cs index 58a2623c28..bc63321458 100644 --- a/OpenRA.Mods.Common/Activities/UnloadCargo.cs +++ b/OpenRA.Mods.Common/Activities/UnloadCargo.cs @@ -13,7 +13,6 @@ using System.Collections.Generic; using System.Linq; using OpenRA.Activities; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Activities diff --git a/OpenRA.Mods.Common/EditorBrushes/EditorDefaultBrush.cs b/OpenRA.Mods.Common/EditorBrushes/EditorDefaultBrush.cs index 356ea0215c..a8ac0af4bd 100644 --- a/OpenRA.Mods.Common/EditorBrushes/EditorDefaultBrush.cs +++ b/OpenRA.Mods.Common/EditorBrushes/EditorDefaultBrush.cs @@ -10,8 +10,6 @@ #endregion using System; -using System.Collections.Generic; -using System.Linq; using OpenRA.Graphics; using OpenRA.Mods.Common.Traits; diff --git a/OpenRA.Mods.Common/Lint/CheckChromeHotkeys.cs b/OpenRA.Mods.Common/Lint/CheckChromeHotkeys.cs index 59afe66078..95001bbf39 100644 --- a/OpenRA.Mods.Common/Lint/CheckChromeHotkeys.cs +++ b/OpenRA.Mods.Common/Lint/CheckChromeHotkeys.cs @@ -12,7 +12,6 @@ using System; using System.Collections.Generic; using System.Linq; -using OpenRA.Primitives; using OpenRA.Widgets; namespace OpenRA.Mods.Common.Lint diff --git a/OpenRA.Mods.Common/Lint/CheckConflictingMouseBounds.cs b/OpenRA.Mods.Common/Lint/CheckConflictingMouseBounds.cs index 8d388f5e97..64842b5d76 100644 --- a/OpenRA.Mods.Common/Lint/CheckConflictingMouseBounds.cs +++ b/OpenRA.Mods.Common/Lint/CheckConflictingMouseBounds.cs @@ -12,7 +12,6 @@ using System; using System.Linq; using OpenRA.Mods.Common.Traits; -using OpenRA.Network; namespace OpenRA.Mods.Common.Lint { diff --git a/OpenRA.Mods.Common/Lint/CheckMapTiles.cs b/OpenRA.Mods.Common/Lint/CheckMapTiles.cs index bf901a8ed9..058fa3a107 100644 --- a/OpenRA.Mods.Common/Lint/CheckMapTiles.cs +++ b/OpenRA.Mods.Common/Lint/CheckMapTiles.cs @@ -10,7 +10,6 @@ #endregion using System; -using System.Linq; namespace OpenRA.Mods.Common.Lint { diff --git a/OpenRA.Mods.Common/Lint/CheckOwners.cs b/OpenRA.Mods.Common/Lint/CheckOwners.cs index aa1ba58c2d..dba94efc47 100644 --- a/OpenRA.Mods.Common/Lint/CheckOwners.cs +++ b/OpenRA.Mods.Common/Lint/CheckOwners.cs @@ -10,10 +10,8 @@ #endregion using System; -using System.Collections.Generic; using System.Linq; using OpenRA.Mods.Common.Traits; -using OpenRA.Traits; namespace OpenRA.Mods.Common.Lint { diff --git a/OpenRA.Mods.Common/Lint/CheckSequences.cs b/OpenRA.Mods.Common/Lint/CheckSequences.cs index fe48ef7fde..1d157168f3 100644 --- a/OpenRA.Mods.Common/Lint/CheckSequences.cs +++ b/OpenRA.Mods.Common/Lint/CheckSequences.cs @@ -12,7 +12,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Reflection; using OpenRA.Graphics; using OpenRA.Mods.Common.Traits.Render; using OpenRA.Traits; diff --git a/OpenRA.Mods.Common/Pathfinder/PathGraph.cs b/OpenRA.Mods.Common/Pathfinder/PathGraph.cs index e5c5223ac1..b7ff6cd9d8 100644 --- a/OpenRA.Mods.Common/Pathfinder/PathGraph.cs +++ b/OpenRA.Mods.Common/Pathfinder/PathGraph.cs @@ -11,9 +11,7 @@ using System; using System.Collections.Generic; -using System.Linq; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Pathfinder diff --git a/OpenRA.Mods.Common/Pathfinder/PathSearch.cs b/OpenRA.Mods.Common/Pathfinder/PathSearch.cs index 59cb5792c6..b8f34f903f 100644 --- a/OpenRA.Mods.Common/Pathfinder/PathSearch.cs +++ b/OpenRA.Mods.Common/Pathfinder/PathSearch.cs @@ -13,7 +13,6 @@ using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Pathfinder diff --git a/OpenRA.Mods.Common/Traits/Air/Aircraft.cs b/OpenRA.Mods.Common/Traits/Air/Aircraft.cs index cb3f6d3b92..9ed0985277 100644 --- a/OpenRA.Mods.Common/Traits/Air/Aircraft.cs +++ b/OpenRA.Mods.Common/Traits/Air/Aircraft.cs @@ -11,7 +11,6 @@ using System; using System.Collections.Generic; -using System.Collections.ObjectModel; using System.Linq; using OpenRA.Activities; using OpenRA.Mods.Common.Activities; diff --git a/OpenRA.Mods.Common/Traits/Armament.cs b/OpenRA.Mods.Common/Traits/Armament.cs index 0fd4f0d108..f8aab4d759 100644 --- a/OpenRA.Mods.Common/Traits/Armament.cs +++ b/OpenRA.Mods.Common/Traits/Armament.cs @@ -13,7 +13,6 @@ using System; using System.Collections.Generic; using System.Linq; using OpenRA.GameRules; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits diff --git a/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs b/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs index 38f7843fc9..fba9b843b5 100644 --- a/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs +++ b/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs @@ -9,7 +9,6 @@ */ #endregion -using System.Collections; using System.Collections.Generic; using System.Linq; using OpenRA.Traits; diff --git a/OpenRA.Mods.Common/Traits/BotModules/BotModuleLogic/BaseBuilderQueueManager.cs b/OpenRA.Mods.Common/Traits/BotModules/BotModuleLogic/BaseBuilderQueueManager.cs index c581e3c1c7..70822933d3 100644 --- a/OpenRA.Mods.Common/Traits/BotModules/BotModuleLogic/BaseBuilderQueueManager.cs +++ b/OpenRA.Mods.Common/Traits/BotModules/BotModuleLogic/BaseBuilderQueueManager.cs @@ -10,7 +10,6 @@ #endregion using System; -using System.Collections; using System.Collections.Generic; using System.Linq; using OpenRA.Traits; diff --git a/OpenRA.Mods.Common/Traits/Buildings/ActorPreviewPlaceBuildingPreview.cs b/OpenRA.Mods.Common/Traits/Buildings/ActorPreviewPlaceBuildingPreview.cs index 50ac2b6c3c..5bfd3fe5de 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/ActorPreviewPlaceBuildingPreview.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/ActorPreviewPlaceBuildingPreview.cs @@ -15,7 +15,6 @@ using OpenRA.Graphics; using OpenRA.Mods.Common.Graphics; using OpenRA.Mods.Common.Orders; using OpenRA.Primitives; -using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits { diff --git a/OpenRA.Mods.Common/Traits/Buildings/Building.cs b/OpenRA.Mods.Common/Traits/Buildings/Building.cs index 1dce5d807b..2e8ae248c3 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/Building.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/Building.cs @@ -11,7 +11,6 @@ using System; using System.Collections.Generic; -using System.Collections.ObjectModel; using System.Linq; using OpenRA.Graphics; using OpenRA.Traits; diff --git a/OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs b/OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs index ad0fc7323a..1b0495e77c 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/BuildingUtils.cs @@ -11,7 +11,6 @@ using System.Collections.Generic; using System.Linq; -using OpenRA.Primitives; namespace OpenRA.Mods.Common.Traits { diff --git a/OpenRA.Mods.Common/Traits/Harvester.cs b/OpenRA.Mods.Common/Traits/Harvester.cs index 02b017e793..99545c3ddd 100644 --- a/OpenRA.Mods.Common/Traits/Harvester.cs +++ b/OpenRA.Mods.Common/Traits/Harvester.cs @@ -13,7 +13,6 @@ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; -using OpenRA.Activities; using OpenRA.Mods.Common.Activities; using OpenRA.Mods.Common.Orders; using OpenRA.Mods.Common.Pathfinder; diff --git a/OpenRA.Mods.Common/Traits/Husk.cs b/OpenRA.Mods.Common/Traits/Husk.cs index dfb84a271e..2d8b445c45 100644 --- a/OpenRA.Mods.Common/Traits/Husk.cs +++ b/OpenRA.Mods.Common/Traits/Husk.cs @@ -10,7 +10,6 @@ #endregion using System.Collections.Generic; -using System.Collections.ObjectModel; using System.Linq; using OpenRA.Mods.Common.Activities; using OpenRA.Primitives; diff --git a/OpenRA.Mods.Common/Traits/Mobile.cs b/OpenRA.Mods.Common/Traits/Mobile.cs index ceaa45bc31..0ffaa093cf 100644 --- a/OpenRA.Mods.Common/Traits/Mobile.cs +++ b/OpenRA.Mods.Common/Traits/Mobile.cs @@ -11,7 +11,6 @@ using System; using System.Collections.Generic; -using System.Collections.ObjectModel; using System.Linq; using OpenRA.Activities; using OpenRA.Mods.Common.Activities; diff --git a/OpenRA.Mods.Common/Traits/Multipliers/HandicapProductionTimeMultiplier.cs b/OpenRA.Mods.Common/Traits/Multipliers/HandicapProductionTimeMultiplier.cs index 92c204ae03..1b18fe1cf4 100644 --- a/OpenRA.Mods.Common/Traits/Multipliers/HandicapProductionTimeMultiplier.cs +++ b/OpenRA.Mods.Common/Traits/Multipliers/HandicapProductionTimeMultiplier.cs @@ -9,8 +9,6 @@ */ #endregion -using System.Collections.Generic; -using System.Linq; using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits diff --git a/OpenRA.Mods.Common/Traits/Multipliers/ResourceValueMultiplier.cs b/OpenRA.Mods.Common/Traits/Multipliers/ResourceValueMultiplier.cs index ba9ee90594..10b59d9adb 100644 --- a/OpenRA.Mods.Common/Traits/Multipliers/ResourceValueMultiplier.cs +++ b/OpenRA.Mods.Common/Traits/Multipliers/ResourceValueMultiplier.cs @@ -9,8 +9,6 @@ */ #endregion -using OpenRA.Traits; - namespace OpenRA.Mods.Common.Traits { [Desc("Modifies the value of resources delivered to this actor.")] diff --git a/OpenRA.Mods.Common/Traits/Player/StrategicVictoryConditions.cs b/OpenRA.Mods.Common/Traits/Player/StrategicVictoryConditions.cs index a8cf3dbe9d..47be5b3dcf 100644 --- a/OpenRA.Mods.Common/Traits/Player/StrategicVictoryConditions.cs +++ b/OpenRA.Mods.Common/Traits/Player/StrategicVictoryConditions.cs @@ -12,7 +12,6 @@ using System.Collections.Generic; using System.Linq; using OpenRA.Network; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits diff --git a/OpenRA.Mods.Common/Traits/Render/WithBuildingRepairDecoration.cs b/OpenRA.Mods.Common/Traits/Render/WithBuildingRepairDecoration.cs index b7c3b21db9..e7b3f537ec 100644 --- a/OpenRA.Mods.Common/Traits/Render/WithBuildingRepairDecoration.cs +++ b/OpenRA.Mods.Common/Traits/Render/WithBuildingRepairDecoration.cs @@ -9,7 +9,6 @@ */ #endregion -using System.Linq; using OpenRA.Graphics; using OpenRA.Traits; diff --git a/OpenRA.Mods.Common/Traits/SeedsResource.cs b/OpenRA.Mods.Common/Traits/SeedsResource.cs index 84f9cee87d..895e17edcd 100644 --- a/OpenRA.Mods.Common/Traits/SeedsResource.cs +++ b/OpenRA.Mods.Common/Traits/SeedsResource.cs @@ -9,7 +9,6 @@ */ #endregion -using System; using System.Linq; using OpenRA.Traits; diff --git a/OpenRA.Mods.Common/Traits/Wanders.cs b/OpenRA.Mods.Common/Traits/Wanders.cs index 594880e1c2..e60df26ef9 100644 --- a/OpenRA.Mods.Common/Traits/Wanders.cs +++ b/OpenRA.Mods.Common/Traits/Wanders.cs @@ -10,7 +10,6 @@ #endregion using System.Collections.Generic; -using System.Linq; using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits diff --git a/OpenRA.Mods.Common/Traits/World/ActorSpawnManager.cs b/OpenRA.Mods.Common/Traits/World/ActorSpawnManager.cs index 3b363b11bb..b81647f098 100644 --- a/OpenRA.Mods.Common/Traits/World/ActorSpawnManager.cs +++ b/OpenRA.Mods.Common/Traits/World/ActorSpawnManager.cs @@ -11,7 +11,6 @@ using System.Collections.Generic; using System.Linq; -using OpenRA.Mods.Common; using OpenRA.Primitives; using OpenRA.Traits; diff --git a/OpenRA.Mods.Common/Traits/World/EditorActorPreview.cs b/OpenRA.Mods.Common/Traits/World/EditorActorPreview.cs index 87b8caeba8..f59bb46381 100644 --- a/OpenRA.Mods.Common/Traits/World/EditorActorPreview.cs +++ b/OpenRA.Mods.Common/Traits/World/EditorActorPreview.cs @@ -11,7 +11,6 @@ using System; using System.Collections.Generic; -using System.Collections.ObjectModel; using System.IO; using System.Linq; using OpenRA.Graphics; diff --git a/OpenRA.Mods.Common/Traits/World/EditorResourceLayer.cs b/OpenRA.Mods.Common/Traits/World/EditorResourceLayer.cs index e4092b1c95..8812e71543 100644 --- a/OpenRA.Mods.Common/Traits/World/EditorResourceLayer.cs +++ b/OpenRA.Mods.Common/Traits/World/EditorResourceLayer.cs @@ -13,7 +13,6 @@ using System; using System.Collections.Generic; using System.Linq; using OpenRA.Graphics; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits diff --git a/OpenRA.Mods.Common/Traits/World/ResourceLayer.cs b/OpenRA.Mods.Common/Traits/World/ResourceLayer.cs index c40e77752c..b01e8aea64 100644 --- a/OpenRA.Mods.Common/Traits/World/ResourceLayer.cs +++ b/OpenRA.Mods.Common/Traits/World/ResourceLayer.cs @@ -13,7 +13,6 @@ using System; using System.Collections.Generic; using System.Linq; using OpenRA.Graphics; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20200503/ModernizeDecorationTraits.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20200503/ModernizeDecorationTraits.cs index da77a2f04b..0276103014 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20200503/ModernizeDecorationTraits.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20200503/ModernizeDecorationTraits.cs @@ -12,7 +12,6 @@ using System; using System.Collections.Generic; using System.Linq; -using OpenRA.Mods.Common.Traits; namespace OpenRA.Mods.Common.UpdateRules.Rules { diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20200503/RenameSelfHealing.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20200503/RenameSelfHealing.cs index 40e1645c3e..41d763b681 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20200503/RenameSelfHealing.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20200503/RenameSelfHealing.cs @@ -10,7 +10,6 @@ #endregion using System.Collections.Generic; -using System.Linq; namespace OpenRA.Mods.Common.UpdateRules.Rules { diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20201213/ConvertBoundsToWDist.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20201213/ConvertBoundsToWDist.cs index 631196941a..f9ed1d036e 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20201213/ConvertBoundsToWDist.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20201213/ConvertBoundsToWDist.cs @@ -10,7 +10,6 @@ #endregion using System.Collections.Generic; -using System.Linq; namespace OpenRA.Mods.Common.UpdateRules.Rules { diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20201213/RemoveResourceType.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20201213/RemoveResourceType.cs index c6b4956455..a1fb299cfd 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20201213/RemoveResourceType.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20201213/RemoveResourceType.cs @@ -9,7 +9,6 @@ */ #endregion -using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenRA.Mods.Common/UpdateRules/Rules/20201213/ReplaceResourceValueModifiers.cs b/OpenRA.Mods.Common/UpdateRules/Rules/20201213/ReplaceResourceValueModifiers.cs index fb7a0873dd..b6f71a0bb0 100644 --- a/OpenRA.Mods.Common/UpdateRules/Rules/20201213/ReplaceResourceValueModifiers.cs +++ b/OpenRA.Mods.Common/UpdateRules/Rules/20201213/ReplaceResourceValueModifiers.cs @@ -10,7 +10,6 @@ #endregion using System.Collections.Generic; -using System.Linq; namespace OpenRA.Mods.Common.UpdateRules.Rules { diff --git a/OpenRA.Mods.Common/Warheads/CreateResourceWarhead.cs b/OpenRA.Mods.Common/Warheads/CreateResourceWarhead.cs index 8264e63973..5dca4e0eaf 100644 --- a/OpenRA.Mods.Common/Warheads/CreateResourceWarhead.cs +++ b/OpenRA.Mods.Common/Warheads/CreateResourceWarhead.cs @@ -9,7 +9,6 @@ */ #endregion -using System.Linq; using OpenRA.GameRules; using OpenRA.Mods.Common.Traits; using OpenRA.Traits; diff --git a/OpenRA.Mods.Common/Warheads/DestroyResourceWarhead.cs b/OpenRA.Mods.Common/Warheads/DestroyResourceWarhead.cs index aa0a4f3001..bde59f4b06 100644 --- a/OpenRA.Mods.Common/Warheads/DestroyResourceWarhead.cs +++ b/OpenRA.Mods.Common/Warheads/DestroyResourceWarhead.cs @@ -9,9 +9,7 @@ */ #endregion -using System; using System.Collections.Generic; -using System.Linq; using OpenRA.GameRules; using OpenRA.Mods.Common.Traits; using OpenRA.Traits; diff --git a/OpenRA.Mods.Common/Warheads/SpreadDamageWarhead.cs b/OpenRA.Mods.Common/Warheads/SpreadDamageWarhead.cs index e78d68fddf..b98422cde5 100644 --- a/OpenRA.Mods.Common/Warheads/SpreadDamageWarhead.cs +++ b/OpenRA.Mods.Common/Warheads/SpreadDamageWarhead.cs @@ -12,7 +12,6 @@ using System.Linq; using OpenRA.GameRules; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Warheads diff --git a/OpenRA.Mods.Common/Warheads/TargetDamageWarhead.cs b/OpenRA.Mods.Common/Warheads/TargetDamageWarhead.cs index 3e9f9981ce..4e95eb782a 100644 --- a/OpenRA.Mods.Common/Warheads/TargetDamageWarhead.cs +++ b/OpenRA.Mods.Common/Warheads/TargetDamageWarhead.cs @@ -12,7 +12,6 @@ using System.Linq; using OpenRA.GameRules; using OpenRA.Mods.Common.Traits; -using OpenRA.Primitives; using OpenRA.Traits; namespace OpenRA.Mods.Common.Warheads diff --git a/OpenRA.Mods.Common/WebServices.cs b/OpenRA.Mods.Common/WebServices.cs index 547522d8a8..b83db40507 100644 --- a/OpenRA.Mods.Common/WebServices.cs +++ b/OpenRA.Mods.Common/WebServices.cs @@ -9,7 +9,6 @@ */ #endregion -using System; using System.Threading.Tasks; using OpenRA.Support; diff --git a/OpenRA.Mods.Common/Widgets/ButtonWidget.cs b/OpenRA.Mods.Common/Widgets/ButtonWidget.cs index c76459acee..7513171f25 100644 --- a/OpenRA.Mods.Common/Widgets/ButtonWidget.cs +++ b/OpenRA.Mods.Common/Widgets/ButtonWidget.cs @@ -10,7 +10,6 @@ #endregion using System; -using System.Linq; using OpenRA.Graphics; using OpenRA.Primitives; using OpenRA.Widgets; diff --git a/OpenRA.Mods.Common/Widgets/ColorMixerWidget.cs b/OpenRA.Mods.Common/Widgets/ColorMixerWidget.cs index 653b1c1ce1..f7dba14a07 100644 --- a/OpenRA.Mods.Common/Widgets/ColorMixerWidget.cs +++ b/OpenRA.Mods.Common/Widgets/ColorMixerWidget.cs @@ -10,7 +10,6 @@ #endregion using System; -using System.Threading; using OpenRA.Graphics; using OpenRA.Primitives; using OpenRA.Widgets; diff --git a/OpenRA.Mods.Common/Widgets/Logic/Editor/LayerSelectorLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Editor/LayerSelectorLogic.cs index 7577dc712f..652b327a4d 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Editor/LayerSelectorLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Editor/LayerSelectorLogic.cs @@ -9,7 +9,6 @@ */ #endregion -using System.Linq; using OpenRA.Graphics; using OpenRA.Mods.Common.Traits; using OpenRA.Widgets; diff --git a/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameChatLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameChatLogic.cs index a39fdf2bbc..90dc0105d4 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameChatLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameChatLogic.cs @@ -16,7 +16,6 @@ using OpenRA.Mods.Common.Commands; using OpenRA.Mods.Common.Lint; using OpenRA.Mods.Common.Traits; using OpenRA.Network; -using OpenRA.Primitives; using OpenRA.Widgets; namespace OpenRA.Mods.Common.Widgets.Logic diff --git a/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs index a282f04fad..82b1dd55d5 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs @@ -12,11 +12,9 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Threading.Tasks; using OpenRA.Graphics; using OpenRA.Mods.Common.Traits; using OpenRA.Network; -using OpenRA.Primitives; using OpenRA.Traits; using OpenRA.Widgets; diff --git a/OpenRA.Mods.Common/Widgets/Logic/MainMenuLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/MainMenuLogic.cs index e2fda1881e..c57a015133 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/MainMenuLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/MainMenuLogic.cs @@ -11,7 +11,6 @@ using System; using System.Collections.Generic; -using System.ComponentModel; using System.IO; using System.Linq; using System.Threading.Tasks; diff --git a/OpenRA.Mods.Common/Widgets/Logic/MissionBrowserLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/MissionBrowserLogic.cs index 25b7b6c161..eaf22d2dfc 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/MissionBrowserLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/MissionBrowserLogic.cs @@ -17,7 +17,6 @@ using System.Threading; using OpenRA.Graphics; using OpenRA.Mods.Common.Traits; using OpenRA.Network; -using OpenRA.Video; using OpenRA.Widgets; namespace OpenRA.Mods.Common.Widgets.Logic diff --git a/OpenRA.Mods.Common/Widgets/Logic/ReplayBrowserLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/ReplayBrowserLogic.cs index ca5cec35e8..a7ca835271 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/ReplayBrowserLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/ReplayBrowserLogic.cs @@ -18,7 +18,6 @@ using System.Threading; using System.Threading.Tasks; using OpenRA.FileFormats; using OpenRA.Network; -using OpenRA.Primitives; using OpenRA.Traits; using OpenRA.Widgets; diff --git a/OpenRA.Mods.Common/Widgets/ModelWidget.cs b/OpenRA.Mods.Common/Widgets/ModelWidget.cs index 8cb90d0db4..1ae691478c 100644 --- a/OpenRA.Mods.Common/Widgets/ModelWidget.cs +++ b/OpenRA.Mods.Common/Widgets/ModelWidget.cs @@ -10,7 +10,6 @@ #endregion using System; -using System.Collections.Generic; using OpenRA.Graphics; using OpenRA.Mods.Common.Graphics; using OpenRA.Widgets; diff --git a/OpenRA.Mods.Common/Widgets/ResourcePreviewWidget.cs b/OpenRA.Mods.Common/Widgets/ResourcePreviewWidget.cs index ccc87fc533..d3ec5bed49 100644 --- a/OpenRA.Mods.Common/Widgets/ResourcePreviewWidget.cs +++ b/OpenRA.Mods.Common/Widgets/ResourcePreviewWidget.cs @@ -10,10 +10,8 @@ #endregion using System; -using System.IO; using System.Linq; using OpenRA.Graphics; -using OpenRA.Mods.Common.Terrain; using OpenRA.Mods.Common.Traits; using OpenRA.Primitives; using OpenRA.Widgets; diff --git a/OpenRA.Mods.Common/Widgets/TerrainTemplatePreviewWidget.cs b/OpenRA.Mods.Common/Widgets/TerrainTemplatePreviewWidget.cs index ff85bbd743..598076a18a 100644 --- a/OpenRA.Mods.Common/Widgets/TerrainTemplatePreviewWidget.cs +++ b/OpenRA.Mods.Common/Widgets/TerrainTemplatePreviewWidget.cs @@ -10,7 +10,6 @@ #endregion using System; -using System.IO; using OpenRA.Graphics; using OpenRA.Mods.Common.Terrain; using OpenRA.Mods.Common.Traits; diff --git a/OpenRA.Mods.Common/Widgets/TooltipContainerWidget.cs b/OpenRA.Mods.Common/Widgets/TooltipContainerWidget.cs index e36dd8b504..fb0775b490 100644 --- a/OpenRA.Mods.Common/Widgets/TooltipContainerWidget.cs +++ b/OpenRA.Mods.Common/Widgets/TooltipContainerWidget.cs @@ -11,7 +11,6 @@ using System; using OpenRA.Graphics; -using OpenRA.Primitives; using OpenRA.Widgets; namespace OpenRA.Mods.Common.Widgets diff --git a/OpenRA.Mods.D2k/Traits/World/D2kResourceRenderer.cs b/OpenRA.Mods.D2k/Traits/World/D2kResourceRenderer.cs index a8514a08c2..db57f1f348 100644 --- a/OpenRA.Mods.D2k/Traits/World/D2kResourceRenderer.cs +++ b/OpenRA.Mods.D2k/Traits/World/D2kResourceRenderer.cs @@ -11,8 +11,6 @@ using System; using System.Collections.Generic; -using System.Linq; -using OpenRA.Graphics; using OpenRA.Mods.Common.Traits; using OpenRA.Traits; diff --git a/OpenRA.Test/OpenRA.Game/VariableExpressionTest.cs b/OpenRA.Test/OpenRA.Game/VariableExpressionTest.cs index 241fdd366e..2d1ada9ce7 100644 --- a/OpenRA.Test/OpenRA.Game/VariableExpressionTest.cs +++ b/OpenRA.Test/OpenRA.Game/VariableExpressionTest.cs @@ -10,7 +10,6 @@ #endregion using System.Collections.Generic; -using System.Collections.ObjectModel; using System.IO; using NUnit.Framework; using OpenRA.Support;