1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +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

@@ -16,7 +16,6 @@
#include "../core/Path.hpp"
#include "../object/ObjectManager.h"
#include "../park/ParkFile.h"
#include "../scenario/Scenario.h"
#include "../ui/WindowManager.h"
#include "CommandLine.hpp"