1 files changed, 1 insertions, 4 deletions
diff --git a/bio.c b/bio.c index 5d09acf..eba8e02 100644 --- a/ bio.c+++ b/ bio.c@@ -22,11 +22,8 @@ // and needs to be written to disk. #include "types.h" -#include "param.h" -#include "x86.h" -#include "mmu.h" -#include "proc.h" #include "defs.h" +#include "param.h" #include "spinlock.h" #include "buf.h" |