1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +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

@@ -34,7 +34,6 @@
#include "object/ObjectManager.h"
#include "object/ObjectRepository.h"
#include "park/ParkFile.h"
#include "scenario/Scenario.h"
#include "world/Park.h"
#include "zlib.h"