summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-07-17 02:44:04 -0700
committerAndreas Kling <kling@serenityos.org>2021-07-17 13:02:09 +0200
commit24bd664980581afe07c0627da14c0f1ef10ecf37 (patch)
tree2fccc3688c4463114d66ff6cc4a36ab3b5da2bc1
parent6059d692495d2558882b7e2fca82d20c7e7007c6 (diff)
downloadserenity-24bd664980581afe07c0627da14c0f1ef10ecf37.zip
Kernel: Remove stale include from VM/RangeAllocator.cpp
This was left over after the latest big refactor of the VM subsystem.
-rw-r--r--Kernel/VM/RangeAllocator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/VM/RangeAllocator.cpp b/Kernel/VM/RangeAllocator.cpp
index 2621f87275..5497bdc669 100644
--- a/Kernel/VM/RangeAllocator.cpp
+++ b/Kernel/VM/RangeAllocator.cpp
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
-#include <AK/BinarySearch.h>
#include <AK/Checked.h>
#include <Kernel/Random.h>
#include <Kernel/VM/RangeAllocator.h>