mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 09:27:57 -05:00
kernel/shared_memory: Remove unused core/memory.h include
Nothing from this header is used, so we can remove this include, getting rid of a dependency on it.
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
#include "core/hle/kernel/errors.h"
|
||||
#include "core/hle/kernel/kernel.h"
|
||||
#include "core/hle/kernel/shared_memory.h"
|
||||
#include "core/memory.h"
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
Reference in New Issue
Block a user