diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-06 02:42:43 -0300 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-06 23:45:06 -0300 |
commit | c0eaa662d47daa7a148fd63b2634ea59a559296c (patch) | |
tree | 27acf97278304536b457a4593f9ad045564899bb /src/core/mem_map.h | |
parent | b89f644cfef7592a501f1c0b9aae0c4ae757d854 (diff) |
Clean-up includes
Diffstat (limited to 'src/core/mem_map.h')
-rw-r--r-- | src/core/mem_map.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h index 1af02973b..b11f2ea68 100644 --- a/src/core/mem_map.h +++ b/src/core/mem_map.h @@ -4,11 +4,8 @@ #pragma once -#include "common/common.h" #include "common/common_types.h" -#include "core/hle/kernel/kernel.h" - namespace Memory { //////////////////////////////////////////////////////////////////////////////////////////////////// |