diff --git a/src/openrct2/object/Object.h b/src/openrct2/object/Object.h index ae52845b65..a9cfdd3e81 100644 --- a/src/openrct2/object/Object.h +++ b/src/openrct2/object/Object.h @@ -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 {