mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 14:37:57 -05: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:
@ -8,10 +8,6 @@
|
||||
#include <string>
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Common {
|
||||
struct PageTable;
|
||||
}
|
||||
|
||||
namespace Kernel {
|
||||
class Process;
|
||||
}
|
||||
|
Reference in New Issue
Block a user