summaryrefslogtreecommitdiff
path: root/src/core/cpu_manager.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-01-30 18:21:10 -0500
committerLioncash <mathew1800@gmail.com>2020-01-30 18:30:57 -0500
commit16e7b7b83d5a812cb389f808049ede3a75b8bdc3 (patch)
treec2793ba2fa5052bba99d4bcb1b5ef9767a22ed56 /src/core/cpu_manager.cpp
parent51927bc9dc191165403203a146bd21fecd704691 (diff)
core/cpu_manager: Remove unused includes
Nothing from these headers are used within this source file, so we can remove them.
Diffstat (limited to 'src/core/cpu_manager.cpp')
-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 {