diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-16 18:52:13 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-17 04:36:36 (GMT) |
commit | 608ba50bd0225d95469154feba8f00a6457848c1 (patch) | |
tree | 1407a612c92301fb9ddf0bbef2afbc4d5b2e4597 /fs/adfs/dir_f.c | |
parent | ee450f796f6c4f3a563c914cb93ccfa91a1f7580 (diff) | |
download | linux-608ba50bd0225d95469154feba8f00a6457848c1.tar.xz |
Cleanup of adfs headers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/adfs/dir_f.c')
-rw-r--r-- | fs/adfs/dir_f.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/adfs/dir_f.c b/fs/adfs/dir_f.c index 31df6ad..bafc712 100644 --- a/fs/adfs/dir_f.c +++ b/fs/adfs/dir_f.c @@ -9,15 +9,7 @@ * * E and F format directory handling */ -#include <linux/errno.h> -#include <linux/fs.h> -#include <linux/adfs_fs.h> -#include <linux/time.h> -#include <linux/stat.h> -#include <linux/spinlock.h> #include <linux/buffer_head.h> -#include <linux/string.h> - #include "adfs.h" #include "dir_f.h" |