From 8809cbb4f169cbd6bafa9f31cd71ccb43eab22a1 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 21 Dec 2010 18:00:42 +1300 Subject: [PATCH] blah --- OpenRA.Game/Widgets/LabelWidget.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {