1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14: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

@@ -19,7 +19,6 @@
#include "../localisation/Formatting.h"
#include "../network/network.h"
#include "../platform/Platform.h"
#include "../util/Util.h"
#include "../world/Location.hpp"
using namespace OpenRCT2;