From 558ab49f13634d972e956020a12d14fdb1416b94 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 27 Aug 2007 23:26:33 +0000 Subject: delete unnecessary #include lines --- kalloc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'kalloc.c') 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; -- cgit v1.2.3