diff --git a/src/openrct2/libopenrct2.vcxproj b/src/openrct2/libopenrct2.vcxproj
index 41c046c8f7..ec1e7c59e0 100644
--- a/src/openrct2/libopenrct2.vcxproj
+++ b/src/openrct2/libopenrct2.vcxproj
@@ -755,7 +755,6 @@
-
diff --git a/src/openrct2/paint/sprite/Paint.Misc.cpp b/src/openrct2/paint/sprite/Paint.Misc.cpp
deleted file mode 100644
index b28a14eca7..0000000000
--- a/src/openrct2/paint/sprite/Paint.Misc.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2014-2020 OpenRCT2 developers
- *
- * For a complete list of all authors, please refer to contributors.md
- * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
- *
- * OpenRCT2 is licensed under the GNU General Public License version 3.
- *****************************************************************************/
-
-#include "../../drawing/Drawing.h"
-#include "../../entity/Balloon.h"
-#include "../../entity/Duck.h"
-#include "../../entity/Fountain.h"
-#include "../../entity/MoneyEffect.h"
-#include "../../entity/Particle.h"
-#include "../../interface/Viewport.h"
-#include "../../localisation/StringIds.h"
-#include "../Paint.h"
-#include "Paint.Sprite.h"