diff options
Diffstat (limited to 'src/video_core/textures/decoders.cpp')
| -rw-r--r-- | src/video_core/textures/decoders.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/textures/decoders.cpp b/src/video_core/textures/decoders.cpp index 24e943e4c..6dae23049 100644 --- a/src/video_core/textures/decoders.cpp +++ b/src/video_core/textures/decoders.cpp | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | #include <cmath> | 6 | #include <cmath> |
| 7 | #include <cstring> | 7 | #include <cstring> |
| 8 | #include <span> | 8 | #include <span> |
| 9 | #include <utility> | ||
| 10 | 9 | ||
| 11 | #include "common/alignment.h" | 10 | #include "common/alignment.h" |
| 12 | #include "common/assert.h" | 11 | #include "common/assert.h" |
| @@ -14,7 +13,6 @@ | |||
| 14 | #include "common/div_ceil.h" | 13 | #include "common/div_ceil.h" |
| 15 | #include "video_core/gpu.h" | 14 | #include "video_core/gpu.h" |
| 16 | #include "video_core/textures/decoders.h" | 15 | #include "video_core/textures/decoders.h" |
| 17 | #include "video_core/textures/texture.h" | ||
| 18 | 16 | ||
| 19 | namespace Tegra::Texture { | 17 | namespace Tegra::Texture { |
| 20 | namespace { | 18 | namespace { |