summaryrefslogtreecommitdiff
path: root/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs.c')
-rw-r--r--fs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs.c b/fs.c
index fe65338..15b0bfe 100644
--- a/fs.c
+++ b/fs.c
@@ -19,8 +19,7 @@
#include "spinlock.h"
#include "buf.h"
#include "fs.h"
-#include "fsvar.h"
-#include "dev.h"
+#include "file.h"
#define min(a, b) ((a) < (b) ? (a) : (b))
static void itrunc(struct inode*);