Browse Source

memory: Remove unused PageTable forward declaration

This isn't used by anything in the header file, so it can be removed.
nce_cpp
Lioncash 7 years ago
parent
commit
38c9502a30
  1. 4
      src/core/memory.h

4
src/core/memory.h

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

Loading…
Cancel
Save