Avoids dragging in a direct dependency in a header.
@ -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
namespace VideoCore::Surface {
enum class PixelFormat;
}
namespace Tegra::Texture {