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:
parent
51927bc9dc
commit
16e7b7b83d
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue