Преглед изворни кода

memory: Remove unused includes

These aren't used within the central memory management code, so they can
be removed.
Lioncash пре 7 година
родитељ
комит
65c748fbd3
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/core/memory.cpp

+ 0 - 2
src/core/memory.cpp

@@ -16,11 +16,9 @@
 #include "core/core.h"
 #include "core/hle/kernel/process.h"
 #include "core/hle/kernel/vm_manager.h"
-#include "core/hle/lock.h"
 #include "core/memory.h"
 #include "core/memory_setup.h"
 #include "video_core/gpu.h"
-#include "video_core/renderer_base.h"
 
 namespace Memory {