diff --git a/src/openrct2/entity/Entity.cpp b/src/openrct2/entity/EntityBase.cpp
similarity index 75%
rename from src/openrct2/entity/Entity.cpp
rename to src/openrct2/entity/EntityBase.cpp
index d7fd18883a..0555f4b672 100644
--- a/src/openrct2/entity/Entity.cpp
+++ b/src/openrct2/entity/EntityBase.cpp
@@ -7,17 +7,9 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
-#include "Entity.h"
+#include "EntityBase.h"
#include "../core/DataSerialiser.h"
-#include "../entity/Peep.h"
-#include "../entity/Staff.h"
-#include "../ride/Vehicle.h"
-#include "Balloon.h"
-#include "Duck.h"
-#include "Fountain.h"
-#include "MoneyEffect.h"
-#include "Particle.h"
void EntityBase::Serialise(DataSerialiser& stream)
{
diff --git a/src/openrct2/libopenrct2.vcxproj b/src/openrct2/libopenrct2.vcxproj
index c25edab8b9..41c046c8f7 100644
--- a/src/openrct2/libopenrct2.vcxproj
+++ b/src/openrct2/libopenrct2.vcxproj
@@ -665,7 +665,7 @@
-
+