diff options
| author | 2019-04-09 19:19:41 -0400 | |
|---|---|---|
| committer | 2019-04-09 19:19:41 -0400 | |
| commit | 2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f (patch) | |
| tree | 4a59933e21dc5ea852b7750f1f39f32c100d7068 /src/video_core/textures/texture.h | |
| parent | Merge pull request #1957 from DarkLordZach/title-provider (diff) | |
| parent | video_core/textures/convert: Replace include with a forward declaration (diff) | |
| download | yuzu-2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f.tar.gz yuzu-2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f.tar.xz yuzu-2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f.zip | |
Merge pull request #2354 from lioncash/header
video_core/texures/texture: Remove unnecessary includes
Diffstat (limited to 'src/video_core/textures/texture.h')
| -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 @@ | |||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include "common/assert.h" | 8 | #include "common/assert.h" |
| 9 | #include "common/bit_field.h" | 9 | #include "common/bit_field.h" |
| 10 | #include "common/common_funcs.h" | ||
| 11 | #include "common/common_types.h" | 10 | #include "common/common_types.h" |
| 12 | #include "video_core/memory_manager.h" | ||
| 13 | 11 | ||
| 14 | namespace Tegra::Texture { | 12 | namespace Tegra::Texture { |
| 15 | 13 | ||