xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 436f657e2d32e4ff0082ef237c1ab3eb77758626
parent 788e27def26aabcc3aa683769cd9092567bcc02f
Author: Austin Clements <amdragon@mit.edu>
Date:   Fri,  2 Sep 2011 15:07:56 -0400

Remove unused headers from log.c

Diffstat:
Mlog.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/log.c b/log.c @@ -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"