summaryrefslogtreecommitdiff
path: root/src/video_core/buffer_cache
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/buffer_cache
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/buffer_cache')
-rw-r--r--src/video_core/buffer_cache/buffer_cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/buffer_cache/buffer_cache.h b/src/video_core/buffer_cache/buffer_cache.h
index 6d8955ca3..200d792dd 100644
--- a/src/video_core/buffer_cache/buffer_cache.h
+++ b/src/video_core/buffer_cache/buffer_cache.h
@@ -11,7 +11,6 @@
11#include <mutex> 11#include <mutex>
12#include <numeric> 12#include <numeric>
13#include <span> 13#include <span>
14#include <unordered_map>
15#include <vector> 14#include <vector>
16 15
17#include <boost/container/small_vector.hpp> 16#include <boost/container/small_vector.hpp>
@@ -22,7 +21,6 @@
22#include "common/literals.h" 21#include "common/literals.h"
23#include "common/lru_cache.h" 22#include "common/lru_cache.h"
24#include "common/microprofile.h" 23#include "common/microprofile.h"
25#include "common/scope_exit.h"
26#include "common/settings.h" 24#include "common/settings.h"
27#include "core/memory.h" 25#include "core/memory.h"
28#include "video_core/buffer_cache/buffer_base.h" 26#include "video_core/buffer_cache/buffer_base.h"