From 9ee785c7c0f3f322b278b9c5cf35c504206f6450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Sun, 27 Aug 2023 00:18:25 +0300 Subject: [PATCH] Remove unused includes --- src/openrct2/paint/tile_element/Paint.Path.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/openrct2/paint/tile_element/Paint.Path.cpp b/src/openrct2/paint/tile_element/Paint.Path.cpp index 0e667c06b1..a03eed8ba0 100644 --- a/src/openrct2/paint/tile_element/Paint.Path.cpp +++ b/src/openrct2/paint/tile_element/Paint.Path.cpp @@ -13,11 +13,7 @@ #include "../../Game.h" #include "../../config/Config.h" #include "../../core/Numerics.hpp" -#include "../../drawing/LightFX.h" -#include "../../entity/EntityRegistry.h" #include "../../entity/PatrolArea.h" -#include "../../entity/Peep.h" -#include "../../entity/Staff.h" #include "../../interface/Viewport.h" #include "../../localisation/Formatter.h" #include "../../localisation/Formatting.h" @@ -25,8 +21,6 @@ #include "../../object/FootpathObject.h" #include "../../object/FootpathRailingsObject.h" #include "../../object/FootpathSurfaceObject.h" -#include "../../object/ObjectList.h" -#include "../../object/ObjectManager.h" #include "../../object/PathAdditionEntry.h" #include "../../profiling/Profiling.h" #include "../../ride/Ride.h"