Remove unused headers from log.c

This commit is contained in:
Austin Clements 2011-09-02 15:07:56 -04:00
parent 788e27def2
commit 436f657e2d

3
log.c
View file

@ -1,9 +1,6 @@
#include "types.h"
#include "defs.h"
#include "param.h"
#include "mmu.h"
#include "proc.h"
#include "x86.h"
#include "spinlock.h"
#include "fs.h"
#include "buf.h"