summaryrefslogtreecommitdiff
path: root/src/video_core/textures/decoders.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2022-03-21 18:03:54 -0700
committerGravatar GitHub2022-03-21 18:03:54 -0700
commit82ac66f8a47f32ac530bcacbe375a52ccdc455c7 (patch)
tree5ea8479db76c8282b9b41142c6912080c17414e8 /src/video_core/textures/decoders.cpp
parentMerge pull request #7812 from FernandoS27/made-straight-from-the-nut (diff)
parentgeneral: Fix clang/gcc build errors (diff)
downloadyuzu-82ac66f8a47f32ac530bcacbe375a52ccdc455c7.tar.gz
yuzu-82ac66f8a47f32ac530bcacbe375a52ccdc455c7.tar.xz
yuzu-82ac66f8a47f32ac530bcacbe375a52ccdc455c7.zip
Merge pull request #8048 from ameerj/include-purge
general: Reduce unused includes across the project
Diffstat (limited to 'src/video_core/textures/decoders.cpp')
-rw-r--r--src/video_core/textures/decoders.cpp2
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
19namespace Tegra::Texture { 17namespace Tegra::Texture {
20namespace { 18namespace {