diff --git a/OpenRA.Game/Traits/Production.cs b/OpenRA.Game/Traits/Production.cs index 9a6849611d..378187d27e 100755 --- a/OpenRA.Game/Traits/Production.cs +++ b/OpenRA.Game/Traits/Production.cs @@ -9,8 +9,6 @@ #endregion using System.Collections.Generic; -using System.Linq; -using OpenRA.GameRules; using System.Drawing; using OpenRA.FileFormats; diff --git a/OpenRA.Mods.RA/ReservableProduction.cs b/OpenRA.Mods.RA/ReservableProduction.cs index 9febe368ed..a1b80a2f62 100644 --- a/OpenRA.Mods.RA/ReservableProduction.cs +++ b/OpenRA.Mods.RA/ReservableProduction.cs @@ -8,10 +8,9 @@ */ #endregion - -using OpenRA.Traits; using System.Linq; using OpenRA.FileFormats; +using OpenRA.Traits; namespace OpenRA.Mods.RA {