memory: Remove unused includes

These aren't used within the central memory management code, so they can
be removed.
This commit is contained in:
Lioncash 2019-07-06 02:16:15 -04:00
parent 63a5f48e7e
commit 65c748fbd3

View File

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