delete unnecessary #include lines

This commit is contained in:
rsc 2007-08-27 23:26:33 +00:00
parent 99b11b6c64
commit 558ab49f13
27 changed files with 73 additions and 90 deletions

View file

@ -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;