summaryrefslogtreecommitdiff
path: root/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs.c')
-rw-r--r--fs.c5
1 files changed, 2 insertions, 3 deletions
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"