diff options
author | Lioncash <mathew1800@gmail.com> | 2019-04-05 23:59:54 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-04-06 00:03:35 -0400 |
commit | fbf452ab0e6b4a82ba749ccfdb3f5c89d48b4aee (patch) | |
tree | 841a932ace4674b47ab5310daf3b8d0b00caffb4 /src/video_core/textures | |
parent | 864280fabcb4b9d97a5a171d0100694d9f2d4ec4 (diff) |
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.
Diffstat (limited to 'src/video_core/textures')
-rw-r--r-- | src/video_core/textures/texture.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h index 93ecc6e31..bea0d5bc2 100644 --- a/src/video_core/textures/texture.h +++ b/src/video_core/textures/texture.h @@ -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 { |