diff options
| author | 2019-07-06 02:16:15 -0400 | |
|---|---|---|
| committer | 2019-07-06 02:24:34 -0400 | |
| commit | 65c748fbd36467334a540a81ebd84767eec38d16 (patch) | |
| tree | d9064892d5c5b369a7e9763960e9da2c6246196b /src/core/memory.cpp | |
| parent | memory: Remove unused PageTable forward declaration (diff) | |
| download | yuzu-65c748fbd36467334a540a81ebd84767eec38d16.tar.gz yuzu-65c748fbd36467334a540a81ebd84767eec38d16.tar.xz yuzu-65c748fbd36467334a540a81ebd84767eec38d16.zip | |
memory: Remove unused includes
These aren't used within the central memory management code, so they can
be removed.
Diffstat (limited to 'src/core/memory.cpp')
| -rw-r--r-- | src/core/memory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/memory.cpp b/src/core/memory.cpp index f18f6226b..8555691c0 100644 --- a/src/core/memory.cpp +++ b/src/core/memory.cpp | |||
| @@ -16,11 +16,9 @@ | |||
| 16 | #include "core/core.h" | 16 | #include "core/core.h" |
| 17 | #include "core/hle/kernel/process.h" | 17 | #include "core/hle/kernel/process.h" |
| 18 | #include "core/hle/kernel/vm_manager.h" | 18 | #include "core/hle/kernel/vm_manager.h" |
| 19 | #include "core/hle/lock.h" | ||
| 20 | #include "core/memory.h" | 19 | #include "core/memory.h" |
| 21 | #include "core/memory_setup.h" | 20 | #include "core/memory_setup.h" |
| 22 | #include "video_core/gpu.h" | 21 | #include "video_core/gpu.h" |
| 23 | #include "video_core/renderer_base.h" | ||
| 24 | 22 | ||
| 25 | namespace Memory { | 23 | namespace Memory { |
| 26 | 24 | ||