From 5fbb77ebc1c5fdbae265c12396d70e713636464e Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Thu, 30 Dec 2021 13:58:20 +0100 Subject: [PATCH] Remove unused includes from Map.cpp --- src/openrct2/world/Map.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/openrct2/world/Map.cpp b/src/openrct2/world/Map.cpp index e9a6792743..e9fcb4ea26 100644 --- a/src/openrct2/world/Map.cpp +++ b/src/openrct2/world/Map.cpp @@ -15,16 +15,9 @@ #include "../Input.h" #include "../OpenRCT2.h" #include "../actions/BannerRemoveAction.h" -#include "../actions/FootpathRemoveAction.h" -#include "../actions/LandLowerAction.h" -#include "../actions/LandRaiseAction.h" -#include "../actions/LandSetHeightAction.h" -#include "../actions/LandSetRightsAction.h" #include "../actions/LargeSceneryRemoveAction.h" #include "../actions/ParkEntranceRemoveAction.h" -#include "../actions/SmallSceneryRemoveAction.h" #include "../actions/WallRemoveAction.h" -#include "../actions/WaterSetHeightAction.h" #include "../audio/audio.h" #include "../config/Config.h" #include "../core/Guard.hpp"