Kernel: Remove stale include from VM/RangeAllocator.cpp

This was left over after the latest big refactor of the VM subsystem.
This commit is contained in:
Brian Gianforcaro 2021-07-17 02:44:04 -07:00 committed by Andreas Kling
commit 24bd664980
Notes: sideshowbarker 2024-07-18 08:53:21 +09:00

View file

@ -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>