summaryrefslogtreecommitdiff
path: root/vm/vm_phys.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_phys.c')
-rw-r--r--vm/vm_phys.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/vm/vm_phys.c b/vm/vm_phys.c
index 81e655bf..9fcc7cc9 100644
--- a/vm/vm_phys.c
+++ b/vm/vm_phys.c
@@ -29,17 +29,17 @@
* The symmetric case is handled likewise.
*/
+#include <kern/assert.h>
#include <kern/init.h>
+#include <kern/list.h>
+#include <kern/macros.h>
#include <kern/panic.h>
#include <kern/param.h>
#include <kern/printk.h>
+#include <kern/sprintf.h>
+#include <kern/stddef.h>
+#include <kern/string.h>
#include <kern/types.h>
-#include <lib/assert.h>
-#include <lib/list.h>
-#include <lib/macros.h>
-#include <lib/sprintf.h>
-#include <lib/stddef.h>
-#include <lib/string.h>
#include <machine/cpu.h>
#include <vm/vm_kmem.h>
#include <vm/vm_page.h>