summaryrefslogtreecommitdiff
path: root/kalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kalloc.c')
-rw-r--r--kalloc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kalloc.c b/kalloc.c
index eb78212..e0b9765 100644
--- a/kalloc.c
+++ b/kalloc.c
@@ -5,12 +5,9 @@
// One reason the page size is 4k is that the x86 segment size
// granularity is 4k.
-#include "param.h"
#include "types.h"
#include "defs.h"
#include "param.h"
-#include "mmu.h"
-#include "proc.h"
#include "spinlock.h"
struct spinlock kalloc_lock;