mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
Kernel: Move PhysicalAddress.h into VM/
This commit is contained in:
parent
eca5c2bdf8
commit
149fd7e045
7 changed files with 4 additions and 6 deletions
|
@ -7,8 +7,8 @@
|
|||
#include <AK/Vector.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <Kernel/Lock.h>
|
||||
#include <Kernel/PhysicalAddress.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
#include <Kernel/VM/PhysicalAddress.h>
|
||||
|
||||
class Inode;
|
||||
class PhysicalPage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue