1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 07:44:38 +01:00

Reduce includes in and of Util.h/cpp

This commit is contained in:
Aaron van Geffen
2024-12-11 17:02:40 +01:00
parent 5442b20a7a
commit a24dc2e60a
36 changed files with 5 additions and 44 deletions

View File

@@ -20,7 +20,6 @@
#include <openrct2/core/String.hpp>
#include <openrct2/localisation/Formatter.h>
#include <openrct2/localisation/Formatting.h>
#include <openrct2/util/Util.h>
using namespace OpenRCT2::Scripting;
using namespace OpenRCT2::Ui::Windows;