aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_init.c2
-rw-r--r--sys/vm/vm_page.c2
-rw-r--r--sys/vm/vm_physseg.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index 600e61d..c298a6a 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -28,7 +28,7 @@
*/
#include <vm/vm.h>
-#include <vm/vm_physseg.h>
+#include <vm/physseg.h>
#include <sys/panic.h>
#include <assert.h>
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
index f8f50ef..4325cee 100644
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#include <sys/panic.h>
-#include <vm/vm_page.h>
+#include <vm/page.h>
#include <vm/vm.h>
#include <string.h>
diff --git a/sys/vm/vm_physseg.c b/sys/vm/vm_physseg.c
index 3f2b6b9..d9abc4b 100644
--- a/sys/vm/vm_physseg.c
+++ b/sys/vm/vm_physseg.c
@@ -30,7 +30,7 @@
#include <sys/limine.h>
#include <sys/cdefs.h>
#include <sys/syslog.h>
-#include <vm/vm_physseg.h>
+#include <vm/physseg.h>
#include <vm/vm.h>
#include <bitmap.h>
#include <string.h>