summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-01-31 00:21:10 +0100
committerLioncash <mathew1800@gmail.com>2020-01-31 00:30:57 +0100
commit16e7b7b83d5a812cb389f808049ede3a75b8bdc3 (patch)
treec2793ba2fa5052bba99d4bcb1b5ef9767a22ed56
parentkernel/physical_core: Remove unused kernel reference member variable (diff)
downloadyuzu-16e7b7b83d5a812cb389f808049ede3a75b8bdc3.tar
yuzu-16e7b7b83d5a812cb389f808049ede3a75b8bdc3.tar.gz
yuzu-16e7b7b83d5a812cb389f808049ede3a75b8bdc3.tar.bz2
yuzu-16e7b7b83d5a812cb389f808049ede3a75b8bdc3.tar.lz
yuzu-16e7b7b83d5a812cb389f808049ede3a75b8bdc3.tar.xz
yuzu-16e7b7b83d5a812cb389f808049ede3a75b8bdc3.tar.zst
yuzu-16e7b7b83d5a812cb389f808049ede3a75b8bdc3.zip
-rw-r--r--src/core/cpu_manager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/cpu_manager.cpp b/src/core/cpu_manager.cpp
index 752534868..70ddbdcca 100644
--- a/src/core/cpu_manager.cpp
+++ b/src/core/cpu_manager.cpp
@@ -2,14 +2,12 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include "common/assert.h"
#include "core/arm/exclusive_monitor.h"
#include "core/core.h"
#include "core/core_manager.h"
#include "core/core_timing.h"
#include "core/cpu_manager.h"
#include "core/gdbstub/gdbstub.h"
-#include "core/settings.h"
namespace Core {