diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 05:06:57 +0100 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 20:01:31 +0100 |
commit | 1bc7d61b5749ed29108cbbbf0a78a41b79504eff (patch) | |
tree | 25b0362101d8f7fc6deeed1bb989d3f33258cee5 /src/video_core/buffer_cache | |
parent | common: Reduce unused includes (diff) | |
download | yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.tar yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.tar.gz yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.tar.bz2 yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.tar.lz yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.tar.xz yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.tar.zst yuzu-1bc7d61b5749ed29108cbbbf0a78a41b79504eff.zip |
Diffstat (limited to 'src/video_core/buffer_cache')
-rw-r--r-- | src/video_core/buffer_cache/buffer_cache.h | 2 |
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 fa26eb8b0..77fdd6547 100644 --- a/src/video_core/buffer_cache/buffer_cache.h +++ b/src/video_core/buffer_cache/buffer_cache.h @@ -11,7 +11,6 @@ #include <mutex> #include <numeric> #include <span> -#include <unordered_map> #include <vector> #include <boost/container/small_vector.hpp> @@ -22,7 +21,6 @@ #include "common/literals.h" #include "common/lru_cache.h" #include "common/microprofile.h" -#include "common/scope_exit.h" #include "common/settings.h" #include "core/memory.h" #include "video_core/buffer_cache/buffer_base.h" |