From 93a81b53875aa6e83631503c9bc5970c87021419 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 24 Nov 2023 11:52:03 -0500 Subject: kernel: Fixup VM header naming Signed-off-by: Ian Moffett --- sys/include/vm/vm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/include/vm/vm.h') diff --git a/sys/include/vm/vm.h b/sys/include/vm/vm.h index e18df4c..d135b72 100644 --- a/sys/include/vm/vm.h +++ b/sys/include/vm/vm.h @@ -33,8 +33,8 @@ #include #include #include -#include -#include +#include +#include #include extern volatile struct limine_hhdm_request g_hhdm_request; -- cgit v1.2.3