1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Remove Config.h include from many places

This commit is contained in:
Aaron van Geffen
2024-05-08 22:29:32 +02:00
parent 11510a0e0b
commit ca6f142a97
40 changed files with 110 additions and 101 deletions

View File

@@ -10,7 +10,6 @@
#include "../Context.h"
#include "../Game.h"
#include "../audio/audio.h"
#include "../config/Config.h"
#include "../interface/Viewport.h"
#include "../localisation/Localisation.h"
#include "../localisation/StringIds.h"