From 4ea7b5a9081d106845600e0bdcc3f696a49e2015 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Fri, 26 Dec 2014 10:55:12 +1300 Subject: [PATCH] Usings order. --- OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs b/OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs index a8fcaa3e1a..d5ec770fb0 100644 --- a/OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs +++ b/OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs @@ -11,8 +11,8 @@ using System.Collections.Generic; using System.Linq; using OpenRA.FileSystem; -using OpenRA.Widgets; using OpenRA.Mods.Common.Widgets.Logic; +using OpenRA.Widgets; namespace OpenRA.Mods.Common.LoadScreens {