summaryrefslogtreecommitdiff
path: root/vm/vm_kmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_kmem.c')
-rw-r--r--vm/vm_kmem.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/vm/vm_kmem.c b/vm/vm_kmem.c
index 9a767e08..8a7272cb 100644
--- a/vm/vm_kmem.c
+++ b/vm/vm_kmem.c
@@ -18,13 +18,14 @@
* TODO Rework so that pmap update errors can be handled.
*/
+#include <stddef.h>
+#include <stdint.h>
+
#include <kern/assert.h>
#include <kern/cpumap.h>
#include <kern/init.h>
#include <kern/panic.h>
#include <kern/param.h>
-#include <kern/stddef.h>
-#include <kern/stdint.h>
#include <machine/pmap.h>
#include <machine/types.h>
#include <vm/vm_adv.h>