summaryrefslogtreecommitdiff
path: root/src/video_core/buffer_cache
diff options
context:
space:
mode:
authorGravatar Lioncash2020-04-19 18:41:54 -0400
committerGravatar Lioncash2020-04-28 21:54:46 -0400
commit6c53edd4d3823bd73b5bd4af05dabe1e2faa8d40 (patch)
tree064c902ceab7a3c7e62f27721f2542bf0442aed5 /src/video_core/buffer_cache
parentMerge pull request #3818 from ogniK5377/err-log (diff)
downloadyuzu-6c53edd4d3823bd73b5bd4af05dabe1e2faa8d40.tar.gz
yuzu-6c53edd4d3823bd73b5bd4af05dabe1e2faa8d40.tar.xz
yuzu-6c53edd4d3823bd73b5bd4af05dabe1e2faa8d40.zip
vulkan: Remove unnecessary includes
Reduces some header churn and reduces rebuilds when some header internals change. While we're at it we can also resolve a missing include in buffer_cache.
Diffstat (limited to 'src/video_core/buffer_cache')
-rw-r--r--src/video_core/buffer_cache/buffer_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/buffer_cache/buffer_cache.h b/src/video_core/buffer_cache/buffer_cache.h
index 510f11089..398f16181 100644
--- a/src/video_core/buffer_cache/buffer_cache.h
+++ b/src/video_core/buffer_cache/buffer_cache.h
@@ -4,7 +4,6 @@
4 4
5#pragma once 5#pragma once
6 6
7#include <array>
8#include <list> 7#include <list>
9#include <memory> 8#include <memory>
10#include <mutex> 9#include <mutex>