1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

Remove Scenario.h include from many units (#23901)

* Reduce includes/dependencies for Scenario.h

* Remove Scenario.h include from many units
This commit is contained in:
Aaron van Geffen
2025-03-01 17:32:32 +01:00
committed by GitHub
parent cf74af635b
commit a380413c56
65 changed files with 32 additions and 70 deletions

View File

@@ -19,13 +19,13 @@
#include "../core/Guard.hpp"
#include "../core/MemoryStream.h"
#include "../core/String.hpp"
#include "../entity/EntityList.h"
#include "../entity/Peep.h"
#include "../entity/Staff.h"
#include "../interface/Viewport.h"
#include "../peep/RideUseSystem.h"
#include "../profiling/Profiling.h"
#include "../ride/Vehicle.h"
#include "../scenario/Scenario.h"
#include "Balloon.h"
#include "Duck.h"
#include "EntityTweener.h"