gfxstream: don't forward declare ProcessResources

This avoids compilation errors when codegen'ing at build
time.

Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
Gurchetan Singh 2024-01-22 09:28:02 -08:00 committed by Marge Bot
parent afe32a932a
commit 4eadf2b2a7
2 changed files with 1 additions and 1 deletions

View file

@ -28,7 +28,6 @@ decoder_decl_preamble = """
namespace gfxstream {
class IOStream;
class ProcessResources;
} // namespace gfxstream
namespace gfxstream {

View file

@ -486,6 +486,7 @@ using DlSymFunc = void* (void*, const char*);
decoderHeaderIncludes = f"""
#include "VkDecoderContext.h"
#include "host/ProcessResources.h"
#include <memory>