Explorar o código

core/cpu_manager: Remove unused includes

Nothing from these headers are used within this source file, so we can
remove them.
Lioncash %!s(int64=6) %!d(string=hai) anos
pai
achega
16e7b7b83d
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/core/cpu_manager.cpp

+ 0 - 2
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 {