diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-21 16:11:32 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 01:36:54 +0200 |
commit | aea15f5c731b325be48ea4900ae3eca341ac03cd (patch) | |
tree | 695d7a0d4c404340cabdd5e5565913f3c86ba5b9 /src/core/hle/shared_page.cpp | |
parent | CitraQt: Cleanup includes. (diff) | |
download | yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.gz yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.bz2 yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.lz yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.xz yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.zst yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.zip |
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 @@ #include <cstring> -#include "common/common_types.h" -#include "common/common_funcs.h" - -#include "core/core.h" -#include "core/memory.h" -#include "core/hle/config_mem.h" #include "core/hle/shared_page.h" //////////////////////////////////////////////////////////////////////////////////////////////////// |