diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-07-17 02:44:04 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-17 13:02:09 +0200 |
commit | 24bd664980581afe07c0627da14c0f1ef10ecf37 (patch) | |
tree | 2fccc3688c4463114d66ff6cc4a36ab3b5da2bc1 | |
parent | 6059d692495d2558882b7e2fca82d20c7e7007c6 (diff) | |
download | serenity-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.cpp | 1 |
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> |