diff options
author | Zach Hilman <DarkLordZach@users.noreply.github.com> | 2019-07-06 21:25:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-06 21:25:27 -0400 |
commit | fb9124b6cdc7366c1dc8c37523e7ff6aad783a23 (patch) | |
tree | 8263269934f2393f66725263b7f3a38c53955ae5 /src/core/memory.h | |
parent | f732cd5a4bc47461069ac21c00a833172bcc7d79 (diff) | |
parent | 65c748fbd36467334a540a81ebd84767eec38d16 (diff) |
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 @@ #include <string> #include "common/common_types.h" -namespace Common { -struct PageTable; -} - namespace Kernel { class Process; } |