core/cpu_manager: Remove unused includes

Nothing from these headers are used within this source file, so we can
remove them.
This commit is contained in:
Lioncash 2020-01-30 18:21:10 -05:00
parent 51927bc9dc
commit 16e7b7b83d

View File

@ -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 {