diff options
| author | 2015-06-21 15:11:32 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:36:54 +0100 | |
| commit | aea15f5c731b325be48ea4900ae3eca341ac03cd (patch) | |
| tree | 695d7a0d4c404340cabdd5e5565913f3c86ba5b9 /src/core/hle/shared_page.cpp | |
| parent | CitraQt: Cleanup includes. (diff) | |
| download | yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.gz yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.xz yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.zip | |
Core: Cleanup core includes.
Diffstat (limited to 'src/core/hle/shared_page.cpp')
| -rw-r--r-- | src/core/hle/shared_page.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/shared_page.cpp b/src/core/hle/shared_page.cpp index 4014eee98..26d87c7e2 100644 --- a/src/core/hle/shared_page.cpp +++ b/src/core/hle/shared_page.cpp | |||
| @@ -4,12 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #include <cstring> | 5 | #include <cstring> |
| 6 | 6 | ||
| 7 | #include "common/common_types.h" | ||
| 8 | #include "common/common_funcs.h" | ||
| 9 | |||
| 10 | #include "core/core.h" | ||
| 11 | #include "core/memory.h" | ||
| 12 | #include "core/hle/config_mem.h" | ||
| 13 | #include "core/hle/shared_page.h" | 7 | #include "core/hle/shared_page.h" |
| 14 | 8 | ||
| 15 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 9 | //////////////////////////////////////////////////////////////////////////////////////////////////// |