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/symlink.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fs/ext3/symlink.c') diff --git a/fs/ext3/symlink.c b/fs/ext3/symlink.c index 7c4898207776..6b01c3eab1f3 100644 --- a/fs/ext3/symlink.c +++ b/fs/ext3/symlink.c @@ -17,10 +17,8 @@ * ext3 symlink handling code */ -#include -#include -#include #include +#include "ext3.h" #include "xattr.h" static void * ext3_follow_link(struct dentry *dentry, struct nameidata *nd) -- cgit v1.2.3