From: Andrea Gelmini Date: Thu, 25 Mar 2010 17:22:41 +0000 (+0000) Subject: xfs: xfs_trace.c: duplicated include X-Git-Tag: v2.6.35-rc2~3^2^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fce1cad651e3cf2779ed8f9e6608daf50d29daaf;p=platform%2Fkernel%2Flinux-3.10.git xfs: xfs_trace.c: duplicated include fs/xfs/linux-2.6/xfs_trace.c: xfs_attr_sf.h is included more than once. Signed-off-by: Andrea Gelmini Signed-off-by: Alex Elder --- diff --git a/fs/xfs/linux-2.6/xfs_trace.c b/fs/xfs/linux-2.6/xfs_trace.c index 2a46058..207fa77 100644 --- a/fs/xfs/linux-2.6/xfs_trace.c +++ b/fs/xfs/linux-2.6/xfs_trace.c @@ -41,7 +41,6 @@ #include "xfs_alloc.h" #include "xfs_bmap.h" #include "xfs_attr.h" -#include "xfs_attr_sf.h" #include "xfs_attr_leaf.h" #include "xfs_log_priv.h" #include "xfs_buf_item.h"