summaryrefslogtreecommitdiff
path: root/arch/x86/machine/pmap.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-02-04 16:21:10 +0100
committerRichard Braun <rbraun@sceen.net>2017-02-04 16:21:10 +0100
commit7a00044da882d30b1dea8757c7f6a1ccaa9ee08d (patch)
tree9e342eca8a673ac9b0982c3e4bda22ff5158690e /arch/x86/machine/pmap.h
parentd09b913612712c7d58e5ee3ee20703cce63ad0b0 (diff)
kern/types: split into module-specific type headers
Using a single header for all types causing inclusion circular dependencies isn't very elegant and doesn't scale.
Diffstat (limited to 'arch/x86/machine/pmap.h')
-rw-r--r--arch/x86/machine/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/pmap.h b/arch/x86/machine/pmap.h
index 772eaf08..1806a6fb 100644
--- a/arch/x86/machine/pmap.h
+++ b/arch/x86/machine/pmap.h
@@ -101,9 +101,9 @@
#include <kern/mutex.h>
#include <kern/stdint.h>
#include <kern/thread.h>
-#include <kern/types.h>
#include <machine/cpu.h>
#include <machine/trap.h>
+#include <machine/types.h>
/*
* Mapping creation flags.