1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +00:00

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
parent 6059d69249
commit 24bd664980

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>