Skip to content
Snippets Groups Projects
Commit 63a5f48e authored by Lioncash's avatar Lioncash
Browse files

memory: Remove unused PageTable forward declaration

This isn't used by anything in the header file, so it can be removed.
parent 2a9e3882
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,6 @@
#include <string>
#include "common/common_types.h"
namespace Common {
struct PageTable;
}
namespace Kernel {
class Process;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment