mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 05:47:47 +00: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
44d91d561a
commit
053aae66c1
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue