From 24bd664980581afe07c0627da14c0f1ef10ecf37 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Sat, 17 Jul 2021 02:44:04 -0700 Subject: [PATCH] Kernel: Remove stale include from VM/RangeAllocator.cpp This was left over after the latest big refactor of the VM subsystem. --- Kernel/VM/RangeAllocator.cpp | 1 - 1 file changed, 1 deletion(-) 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 #include #include #include