kernel/vm: Remove an unneeded and misplaced include.

VMArea.h is already included at the top of the file.
This commit is contained in:
Augustin Cavalier
2024-12-11 14:13:36 -05:00
parent 27e83b8be8
commit be88b511d7
@@ -151,7 +151,6 @@ VMTranslationMap::ProtectPage(VMArea* area, addr_t address, uint32 attributes)
}
#include <vm/VMArea.h>
inline status_t
VMTranslationMap::ProtectArea(VMArea* area, uint32 attributes)
{