mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 02:35:46 +01:00
Replace includes of Json.hpp in header files with json_fwd.hpp
This commit is contained in:
committed by
Aaron van Geffen
parent
55b4c4c6f1
commit
9c5e9f8dbc
@@ -10,12 +10,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "../common.h"
|
||||
#include "../core/Json.hpp"
|
||||
#include "../localisation/Language.h"
|
||||
|
||||
#include <nlohmann/json_fwd.hpp>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using json_t = nlohmann::json;
|
||||
|
||||
struct IReadObjectContext;
|
||||
namespace OpenRCT2
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user