Forward-declare json_t and reduce Json.hpp inclusion (#8368)

This commit is contained in:
Michał Janiszewski 2018-12-05 20:31:32 +01:00 committed by GitHub
parent 2da01caa1e
commit f488c4bf35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#pragma once
#include "../common.h"
#include "../core/Json.hpp"
#include "ImageTable.h"
#include "StringTable.h"
@ -132,6 +131,7 @@ interface IObjectRepository;
interface IStream;
struct ObjectRepositoryItem;
struct rct_drawpixelinfo;
struct json_t;
interface IReadObjectContext
{