summaryrefslogtreecommitdiff
path: root/vm/vm_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_page.h')
-rw-r--r--vm/vm_page.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/vm/vm_page.h b/vm/vm_page.h
index cd4dab10..139f1bff 100644
--- a/vm/vm_page.h
+++ b/vm/vm_page.h
@@ -21,13 +21,14 @@
#ifndef _VM_VM_PAGE_H
#define _VM_VM_PAGE_H
+#include <stddef.h>
+#include <stdint.h>
+
#include <kern/assert.h>
#include <kern/list.h>
#include <kern/log2.h>
#include <kern/macros.h>
#include <kern/param.h>
-#include <kern/stddef.h>
-#include <kern/stdint.h>
#include <machine/pmap.h>
#include <machine/types.h>