diff --git a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj
index fb2815147f..1e5952956e 100644
--- a/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj
+++ b/OpenRA.Mods.Common/OpenRA.Mods.Common.csproj
@@ -91,7 +91,6 @@
-
@@ -99,9 +98,11 @@
+
+
diff --git a/OpenRA.Mods.RA/Burns.cs b/OpenRA.Mods.Common/Traits/Burns.cs
similarity index 97%
rename from OpenRA.Mods.RA/Burns.cs
rename to OpenRA.Mods.Common/Traits/Burns.cs
index 2726855688..fcf66b2446 100644
--- a/OpenRA.Mods.RA/Burns.cs
+++ b/OpenRA.Mods.Common/Traits/Burns.cs
@@ -12,7 +12,7 @@ using OpenRA.Graphics;
using OpenRA.Mods.Common.Traits.Render;
using OpenRA.Traits;
-namespace OpenRA.Mods.RA
+namespace OpenRA.Mods.Common
{
[Desc("This actor will play a fire animation over its body and take damage over time.")]
class BurnsInfo : ITraitInfo, Requires
diff --git a/OpenRA.Mods.Common/RallyPoint.cs b/OpenRA.Mods.Common/Traits/RallyPoint.cs
similarity index 100%
rename from OpenRA.Mods.Common/RallyPoint.cs
rename to OpenRA.Mods.Common/Traits/RallyPoint.cs
diff --git a/OpenRA.Mods.RA/OpenRA.Mods.RA.csproj b/OpenRA.Mods.RA/OpenRA.Mods.RA.csproj
index 12cdb6dc8a..0175a5d0fb 100644
--- a/OpenRA.Mods.RA/OpenRA.Mods.RA.csproj
+++ b/OpenRA.Mods.RA/OpenRA.Mods.RA.csproj
@@ -171,7 +171,6 @@
-