Skip to content
Snippets Groups Projects
Commit 16e7b7b8 authored by Lioncash's avatar Lioncash
Browse files

core/cpu_manager: Remove unused includes

Nothing from these headers are used within this source file, so we can
remove them.
parent 51927bc9
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,12 @@ ...@@ -2,14 +2,12 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include "common/assert.h"
#include "core/arm/exclusive_monitor.h" #include "core/arm/exclusive_monitor.h"
#include "core/core.h" #include "core/core.h"
#include "core/core_manager.h" #include "core/core_manager.h"
#include "core/core_timing.h" #include "core/core_timing.h"
#include "core/cpu_manager.h" #include "core/cpu_manager.h"
#include "core/gdbstub/gdbstub.h" #include "core/gdbstub/gdbstub.h"
#include "core/settings.h"
namespace Core { namespace Core {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment