mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 20:35:42 +01:00
video_core/textures/convert: Replace include with a forward declaration
Avoids dragging in a direct dependency in a header.
This commit is contained in:
parent
fbf452ab0e
commit
89c106e31b
@ -10,6 +10,7 @@
|
||||
#include "common/assert.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "video_core/surface.h"
|
||||
#include "video_core/textures/astc.h"
|
||||
#include "video_core/textures/convert.h"
|
||||
|
||||
|
@ -5,7 +5,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "video_core/surface.h"
|
||||
|
||||
namespace VideoCore::Surface {
|
||||
enum class PixelFormat;
|
||||
}
|
||||
|
||||
namespace Tegra::Texture {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user