diff --git a/OpenRA.Game/ShroudRenderer.cs b/OpenRA.Game/Graphics/ShroudRenderer.cs
similarity index 95%
rename from OpenRA.Game/ShroudRenderer.cs
rename to OpenRA.Game/Graphics/ShroudRenderer.cs
index 3c58d2c685..738166d46a 100644
--- a/OpenRA.Game/ShroudRenderer.cs
+++ b/OpenRA.Game/Graphics/ShroudRenderer.cs
@@ -9,10 +9,9 @@
#endregion
using System.Drawing;
-using OpenRA.Graphics;
using OpenRA.Traits;
-namespace OpenRA
+namespace OpenRA.Graphics
{
public class ShroudRenderer
{
diff --git a/OpenRA.Game/OpenRA.Game.csproj b/OpenRA.Game/OpenRA.Game.csproj
index 120b90da51..b6794acf34 100755
--- a/OpenRA.Game/OpenRA.Game.csproj
+++ b/OpenRA.Game/OpenRA.Game.csproj
@@ -104,7 +104,6 @@
-
@@ -181,6 +180,7 @@
+