summaryrefslogtreecommitdiff
path: root/vm/vm_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_map.h')
-rw-r--r--vm/vm_map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vm/vm_map.h b/vm/vm_map.h
index 7231b6a3..9759ff4b 100644
--- a/vm/vm_map.h
+++ b/vm/vm_map.h
@@ -21,9 +21,9 @@
#ifndef _VM_VM_MAP_H
#define _VM_VM_MAP_H
-#include <lib/list.h>
-#include <lib/rbtree.h>
-#include <lib/stdint.h>
+#include <kern/list.h>
+#include <kern/rbtree.h>
+#include <kern/stdint.h>
#include <machine/pmap.h>
/*