mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-17 20:37:33 +01:00
memory: Remove unused PageTable forward declaration
This isn't used by anything in the header file, so it can be removed.
This commit is contained in:
parent
2a9e388290
commit
63a5f48e7e
@ -8,10 +8,6 @@
|
||||
#include <string>
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Common {
|
||||
struct PageTable;
|
||||
}
|
||||
|
||||
namespace Kernel {
|
||||
class Process;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user