diff --git a/OpenRA.Game/Widgets/LabelWidget.cs b/OpenRA.Game/Widgets/LabelWidget.cs index c9f8c8d9c0..9007b0eb45 100644 --- a/OpenRA.Game/Widgets/LabelWidget.cs +++ b/OpenRA.Game/Widgets/LabelWidget.cs @@ -9,9 +9,9 @@ #endregion using System; +using System.Collections.Generic; using System.Drawing; using OpenRA.Graphics; -using System.Collections.Generic; namespace OpenRA.Widgets {