summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2022-03-19 23:10:04 -0700
committerGravatar bunnei2022-03-24 18:13:34 -0700
commit81eefcaa7619c6807038f021b6da8a6ceabeaf25 (patch)
tree37807e7a72df340ebbff79191344dfa68a6e0fe7 /src
parenthle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo. (diff)
downloadyuzu-81eefcaa7619c6807038f021b6da8a6ceabeaf25.tar.gz
yuzu-81eefcaa7619c6807038f021b6da8a6ceabeaf25.tar.xz
yuzu-81eefcaa7619c6807038f021b6da8a6ceabeaf25.zip
hle: nvflinger: Remove unused unordered_map include.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h
index 4f93ffe07..ed160f6f9 100644
--- a/src/core/hle/service/nvflinger/nvflinger.h
+++ b/src/core/hle/service/nvflinger/nvflinger.h
@@ -8,7 +8,6 @@
8#include <mutex> 8#include <mutex>
9#include <optional> 9#include <optional>
10#include <thread> 10#include <thread>
11#include <unordered_map>
12#include <vector> 11#include <vector>
13 12
14#include "common/common_types.h" 13#include "common/common_types.h"