mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 09:37:56 +00:00
video_core/texures/texture: Remove unnecessary includes
Nothing in this header relies on common_funcs or the memory manager. This gets rid of reliance on indirect inclusions in the OpenGL caches.
This commit is contained in:
parent
9d8fa5f6e3
commit
44d91d561a
6 changed files with 5 additions and 2 deletions
|
@ -7,9 +7,7 @@
|
|||
#include <array>
|
||||
#include "common/assert.h"
|
||||
#include "common/bit_field.h"
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_types.h"
|
||||
#include "video_core/memory_manager.h"
|
||||
|
||||
namespace Tegra::Texture {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue