summaryrefslogtreecommitdiff
path: root/Kernel/VM/PhysicalRegion.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-07-09 14:56:27 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-07-09 15:04:45 +0200
commit149fd7e045028d658f0858a62d743ed2e923810a (patch)
tree33ddb6afc4c77647ccc214992fe566c8959546ef /Kernel/VM/PhysicalRegion.h
parenteca5c2bdf8412971f047e9c533193dfa2d666b4e (diff)
downloadserenity-149fd7e045028d658f0858a62d743ed2e923810a.zip
Kernel: Move PhysicalAddress.h into VM/
Diffstat (limited to 'Kernel/VM/PhysicalRegion.h')
-rw-r--r--Kernel/VM/PhysicalRegion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/VM/PhysicalRegion.h b/Kernel/VM/PhysicalRegion.h
index d3ec98d90a..141f7c26d0 100644
--- a/Kernel/VM/PhysicalRegion.h
+++ b/Kernel/VM/PhysicalRegion.h
@@ -3,7 +3,6 @@
#include <AK/Bitmap.h>
#include <AK/RefCounted.h>
#include <AK/NonnullRefPtr.h>
-#include <Kernel/PhysicalAddress.h>
#include <Kernel/VM/PhysicalPage.h>
class PhysicalRegion : public RefCounted<PhysicalRegion> {