summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dynarmic
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 04:44:24 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 07:23:32 +0100
commitade596121bc834502c63cdedcd8f68a1f490599d (patch)
tree9d33e7c491ba8688b9b7441ee850c85ee1fdb9b6 /src/core/arm/dynarmic
parentMerge pull request #8028 from v1993/patch-9 (diff)
downloadyuzu-ade596121bc834502c63cdedcd8f68a1f490599d.tar
yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.tar.gz
yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.tar.bz2
yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.tar.lz
yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.tar.xz
yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.tar.zst
yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.zip
Diffstat (limited to 'src/core/arm/dynarmic')
-rw-r--r--src/core/arm/dynarmic/arm_exclusive_monitor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/arm/dynarmic/arm_exclusive_monitor.h b/src/core/arm/dynarmic/arm_exclusive_monitor.h
index 5a15b43ef..b82c77f76 100644
--- a/src/core/arm/dynarmic/arm_exclusive_monitor.h
+++ b/src/core/arm/dynarmic/arm_exclusive_monitor.h
@@ -4,8 +4,6 @@
#pragma once
-#include <unordered_map>
-
#include <dynarmic/interface/exclusive_monitor.h>
#include "common/common_types.h"