From 0330ef2b9ebcb0c8de4a01b2494ee516d522f5d7 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 18 Sep 2010 19:57:45 +1200 Subject: [PATCH] blah --- OpenRA.Editor/Form1.cs | 5 +---- OpenRA.Editor/RenderUtils.cs | 12 ++++++++++- OpenRA.Game/Actor.cs | 21 ++++++++++---------- OpenRA.Game/Game.cs | 8 +++----- OpenRA.Game/Traits/Player/ProductionQueue.cs | 1 - OpenRA.Game/Traits/Player/TechTree.cs | 1 - OpenRA.Game/World.cs | 2 -- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index 6501ab2548..15db184da5 100644 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -11,15 +11,12 @@ using System; using System.Collections.Generic; using System.Drawing; -using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Windows.Forms; using OpenRA.FileFormats; -using OpenRA.GameRules; -using OpenRA.Traits; -using OpenRA.Widgets; using OpenRA.Graphics; +using OpenRA.Traits; namespace OpenRA.Editor { diff --git a/OpenRA.Editor/RenderUtils.cs b/OpenRA.Editor/RenderUtils.cs index bc950a90f7..241f3e0a45 100644 --- a/OpenRA.Editor/RenderUtils.cs +++ b/OpenRA.Editor/RenderUtils.cs @@ -1,4 +1,14 @@ -using System.Drawing; +#region Copyright & License Information +/* + * Copyright 2007-2010 The OpenRA Developers (see AUTHORS) + * This file is part of OpenRA, which is free software. It is made + * available to you under the terms of the GNU General Public License + * as published by the Free Software Foundation. For more information, + * see LICENSE. + */ +#endregion + +using System.Drawing; using System.Drawing.Imaging; using OpenRA.FileFormats; using OpenRA.Traits; diff --git a/OpenRA.Game/Actor.cs b/OpenRA.Game/Actor.cs index 678ca982b5..ce2985e3c0 100755 --- a/OpenRA.Game/Actor.cs +++ b/OpenRA.Game/Actor.cs @@ -6,17 +6,16 @@ * as published by the Free Software Foundation. For more information, * see LICENSE. */ -#endregion - -using System; -using System.Collections.Generic; -using System.Drawing; -using System.Linq; -using OpenRA.FileFormats; -using OpenRA.GameRules; -using OpenRA.Traits; -using OpenRA.Traits.Activities; -using OpenRA.Support; +#endregion + +using System; +using System.Collections.Generic; +using System.Drawing; +using System.Linq; +using OpenRA.FileFormats; +using OpenRA.Support; +using OpenRA.Traits; +using OpenRA.Traits.Activities; namespace OpenRA { diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 34cf0dd83f..f48496ecfa 100644 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -18,11 +18,9 @@ using OpenRA.GameRules; using OpenRA.Graphics; using OpenRA.Network; using OpenRA.Server; -using OpenRA.Support; -using OpenRA.Traits; -using OpenRA.Widgets; - -using Timer = OpenRA.Support.Timer; +using OpenRA.Support; +using OpenRA.Widgets; + using XRandom = OpenRA.Thirdparty.Random; namespace OpenRA diff --git a/OpenRA.Game/Traits/Player/ProductionQueue.cs b/OpenRA.Game/Traits/Player/ProductionQueue.cs index 20b98578ad..5ab1c0927a 100644 --- a/OpenRA.Game/Traits/Player/ProductionQueue.cs +++ b/OpenRA.Game/Traits/Player/ProductionQueue.cs @@ -11,7 +11,6 @@ using System; using System.Collections.Generic; using System.Linq; -using OpenRA.FileFormats; namespace OpenRA.Traits { diff --git a/OpenRA.Game/Traits/Player/TechTree.cs b/OpenRA.Game/Traits/Player/TechTree.cs index 5be3b0cdd5..f2c9b9e3ca 100755 --- a/OpenRA.Game/Traits/Player/TechTree.cs +++ b/OpenRA.Game/Traits/Player/TechTree.cs @@ -11,7 +11,6 @@ using System.Collections.Generic; using System.Linq; using OpenRA.FileFormats; -using OpenRA.GameRules; namespace OpenRA.Traits { diff --git a/OpenRA.Game/World.cs b/OpenRA.Game/World.cs index 51ae6e3d5c..b9afd3a9f5 100644 --- a/OpenRA.Game/World.cs +++ b/OpenRA.Game/World.cs @@ -10,13 +10,11 @@ using System; using System.Collections.Generic; -using System.Linq; using OpenRA.Collections; using OpenRA.Effects; using OpenRA.FileFormats; using OpenRA.Graphics; using OpenRA.Orders; -using OpenRA.Support; using OpenRA.Traits; using XRandom = OpenRA.Thirdparty.Random;