diff options
Diffstat (limited to 'fs/sysv/file.c')
-rw-r--r-- | fs/sysv/file.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/sysv/file.c b/fs/sysv/file.c index 3019c913f..36650f141 100644 --- a/fs/sysv/file.c +++ b/fs/sysv/file.c @@ -30,9 +30,6 @@ #define MIN(a,b) (((a)<(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b)) -#include <linux/fs.h> -#include <linux/sysv_fs.h> - /* * Write to a file (through the page cache). */ |