1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Reduce Map.h includes (#24007)

This commit is contained in:
Aaron van Geffen
2025-03-16 18:41:51 +01:00
committed by GitHub
parent 5f08276531
commit 2c8c37c09d
17 changed files with 5 additions and 17 deletions

View File

@@ -18,7 +18,6 @@
#include <openrct2/Input.h>
#include <openrct2/ui/UiContext.h>
#include <openrct2/ui/WindowManager.h>
#include <openrct2/world/Map.h>
using namespace OpenRCT2;
using namespace OpenRCT2::Ui;