summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2011-09-02 15:07:56 -0400
committerAustin Clements <[email protected]>2011-09-02 15:07:56 -0400
commit436f657e2d32e4ff0082ef237c1ab3eb77758626 (patch)
tree556ada00727bc3099408e5d8b76dfa187d11e3fb
parent788e27def26aabcc3aa683769cd9092567bcc02f (diff)
downloadxv6-labs-436f657e2d32e4ff0082ef237c1ab3eb77758626.tar.gz
xv6-labs-436f657e2d32e4ff0082ef237c1ab3eb77758626.tar.bz2
xv6-labs-436f657e2d32e4ff0082ef237c1ab3eb77758626.zip
Remove unused headers from log.c
-rw-r--r--log.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/log.c b/log.c
index ef6c1e7..20d0bef 100644
--- 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"