Skip to content

Commit

Permalink
Kernel: Remove stale include from VM/RangeAllocator.cpp
Browse files Browse the repository at this point in the history
This was left over after the latest big refactor of the VM subsystem.
  • Loading branch information
bgianfo authored and awesomekling committed Jul 17, 2021
1 parent 6059d69 commit 24bd664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Kernel/VM/RangeAllocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 24bd664

Please sign in to comment.