delete unnecessary #include lines
This commit is contained in:
parent
99b11b6c64
commit
558ab49f13
27 changed files with 73 additions and 90 deletions
3
kalloc.c
3
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue