diff options
| author | 2019-07-06 21:25:27 -0400 | |
|---|---|---|
| committer | 2019-07-06 21:25:27 -0400 | |
| commit | fb9124b6cdc7366c1dc8c37523e7ff6aad783a23 (patch) | |
| tree | 8263269934f2393f66725263b7f3a38c53955ae5 /src/core/memory.h | |
| parent | Merge pull request #2684 from SciresM/suspend_tick (diff) | |
| parent | memory: Remove unused includes (diff) | |
| download | yuzu-fb9124b6cdc7366c1dc8c37523e7ff6aad783a23.tar.gz yuzu-fb9124b6cdc7366c1dc8c37523e7ff6aad783a23.tar.xz yuzu-fb9124b6cdc7366c1dc8c37523e7ff6aad783a23.zip | |
Merge pull request #2677 from lioncash/assert
kernel/vm_manager: Handle stack/TLS IO region placement a little better
Diffstat (limited to 'src/core/memory.h')
| -rw-r--r-- | src/core/memory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/memory.h b/src/core/memory.h index 04e2c5f1d..09008e1dd 100644 --- a/src/core/memory.h +++ b/src/core/memory.h | |||
| @@ -8,10 +8,6 @@ | |||
| 8 | #include <string> | 8 | #include <string> |
| 9 | #include "common/common_types.h" | 9 | #include "common/common_types.h" |
| 10 | 10 | ||
| 11 | namespace Common { | ||
| 12 | struct PageTable; | ||
| 13 | } | ||
| 14 | |||
| 15 | namespace Kernel { | 11 | namespace Kernel { |
| 16 | class Process; | 12 | class Process; |
| 17 | } | 13 | } |