瀏覽代碼

memory: Remove unused PageTable forward declaration

This isn't used by anything in the header file, so it can be removed.
Lioncash 7 年之前
父節點
當前提交
63a5f48e7e
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/core/memory.h

+ 0 - 4
src/core/memory.h

@@ -8,10 +8,6 @@
 #include <string>
 #include "common/common_types.h"
 
-namespace Common {
-struct PageTable;
-}
-
 namespace Kernel {
 class Process;
 }