aboutsummaryrefslogtreecommitdiff
path: root/sys/include/vm/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/vm/vm.h')
-rw-r--r--sys/include/vm/vm.h4
1 files changed, 2 insertions, 2 deletions
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 <sys/types.h>
#include <sys/limine.h>
#include <sys/cdefs.h>
-#include <vm/vm_page.h>
-#include <vm/vm_pmap.h>
+#include <vm/page.h>
+#include <vm/pmap.h>
#include <vm/tlsf.h>
extern volatile struct limine_hhdm_request g_hhdm_request;