Przeglądaj źródła

core/cpu_manager: Remove unused includes

Nothing from these headers are used within this source file, so we can
remove them.
Lioncash 6 lat temu
rodzic
commit
16e7b7b83d
1 zmienionych plików z 0 dodań i 2 usunięć
  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 {