diff --git a/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs b/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs index 0c4fb16ac6..5934cf61a0 100644 --- a/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs +++ b/OpenRA.Mods.Common/Traits/BotModules/BaseBuilderBotModule.cs @@ -9,11 +9,9 @@ */ #endregion -using System; using System.Collections; using System.Collections.Generic; using System.Linq; -using OpenRA.Support; using OpenRA.Traits; namespace OpenRA.Mods.Common.Traits