kernel/vm: Remove an unneeded and misplaced include.
VMArea.h is already included at the top of the file.
This commit is contained in:
@@ -151,7 +151,6 @@ VMTranslationMap::ProtectPage(VMArea* area, addr_t address, uint32 attributes)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <vm/VMArea.h>
|
|
||||||
inline status_t
|
inline status_t
|
||||||
VMTranslationMap::ProtectArea(VMArea* area, uint32 attributes)
|
VMTranslationMap::ProtectArea(VMArea* area, uint32 attributes)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user