diff options
| author | 2015-06-21 13:12:49 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:36:54 +0100 | |
| commit | 2d044a67c932403b81fdde6f81d461c6e7c11efe (patch) | |
| tree | 84e423036be6e126d39ad18b02662f6ea6677ea1 /src/core/memory.cpp | |
| parent | Common: Cleanup profiler includes. (diff) | |
| download | yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.tar.gz yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.tar.xz yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.zip | |
Common: Cleanup memory and misc includes.
Diffstat (limited to 'src/core/memory.cpp')
| -rw-r--r-- | src/core/memory.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/memory.cpp b/src/core/memory.cpp index 28844a915..172ae9054 100644 --- a/src/core/memory.cpp +++ b/src/core/memory.cpp | |||
| @@ -9,9 +9,6 @@ | |||
| 9 | #include "common/logging/log.h" | 9 | #include "common/logging/log.h" |
| 10 | #include "common/swap.h" | 10 | #include "common/swap.h" |
| 11 | 11 | ||
| 12 | #include "core/hle/config_mem.h" | ||
| 13 | #include "core/hle/shared_page.h" | ||
| 14 | #include "core/hw/hw.h" | ||
| 15 | #include "core/mem_map.h" | 12 | #include "core/mem_map.h" |
| 16 | #include "core/memory.h" | 13 | #include "core/memory.h" |
| 17 | #include "core/memory_setup.h" | 14 | #include "core/memory_setup.h" |