diff options
| -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 | } |