1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Replace includes of Json.hpp in header files with json_fwd.hpp

This commit is contained in:
Simon Jarrett
2020-10-02 11:31:20 +01:00
committed by Aaron van Geffen
parent 55b4c4c6f1
commit 9c5e9f8dbc
25 changed files with 36 additions and 9 deletions

View File

@@ -15,6 +15,7 @@
#include "../core/File.h"
#include "../core/FileScanner.h"
#include "../core/IStream.hpp"
#include "../core/Json.hpp"
#include "../core/Path.hpp"
#include "../core/String.hpp"
#include "../drawing/ImageImporter.h"