From 558ab49f13634d972e956020a12d14fdb1416b94 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 27 Aug 2007 23:26:33 +0000 Subject: delete unnecessary #include lines --- fs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fs.c') diff --git a/fs.c b/fs.c index fb82f91..e92ffda 100644 --- a/fs.c +++ b/fs.c @@ -11,12 +11,11 @@ // are in sysfile.c. #include "types.h" -#include "stat.h" +#include "defs.h" #include "param.h" -#include "x86.h" +#include "stat.h" #include "mmu.h" #include "proc.h" -#include "defs.h" #include "spinlock.h" #include "buf.h" #include "fs.h" -- cgit v1.2.3