From 4613ad180d19082f99551477dcb13cb23d23661b Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 29 Mar 2012 22:30:07 -0400 Subject: ext3: move headers to fs/ext3/ Signed-off-by: Al Viro --- fs/ext3/dir.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'fs/ext3/dir.c') diff --git a/fs/ext3/dir.c b/fs/ext3/dir.c index 34f0a072b935..cc761ad8fa57 100644 --- a/fs/ext3/dir.c +++ b/fs/ext3/dir.c @@ -21,12 +21,7 @@ * */ -#include -#include -#include -#include -#include -#include +#include "ext3.h" static unsigned char ext3_filetype_table[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK -- cgit v1.2.3