summaryrefslogtreecommitdiff
path: root/Kernel/VM/PhysicalRegion.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-07-13 23:11:06 +0200
committerAndreas Kling <kling@serenityos.org>2021-07-13 23:11:06 +0200
commit424afdd72b9546872a2e72a97f32f9727f388c83 (patch)
tree08bafe91cea7584ed46dd9768c0eb187ac376299 /Kernel/VM/PhysicalRegion.h
parent0a21d421d922af6e03c2180e80edf496d0686ff1 (diff)
downloadserenity-424afdd72b9546872a2e72a97f32f9727f388c83.zip
Kernel: Remove some unnecessary includes in VM/Physical*
Diffstat (limited to 'Kernel/VM/PhysicalRegion.h')
-rw-r--r--Kernel/VM/PhysicalRegion.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Kernel/VM/PhysicalRegion.h b/Kernel/VM/PhysicalRegion.h
index b0f8450b88..4ec98bb487 100644
--- a/Kernel/VM/PhysicalRegion.h
+++ b/Kernel/VM/PhysicalRegion.h
@@ -6,9 +6,6 @@
#pragma once
-#include <AK/Bitmap.h>
-#include <AK/NonnullOwnPtrVector.h>
-#include <AK/Optional.h>
#include <AK/OwnPtr.h>
#include <Kernel/VM/PhysicalPage.h>
#include <Kernel/VM/PhysicalZone.h>