aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Weiyi <[email protected]>2010-05-25 22:15:26 +0000
committerAlex Elder <[email protected]>2010-05-28 15:19:36 -0500
commit3bd0946eb157e26240ca858d1a42738b095dc6f3 (patch)
treebc3bdd29874700f5cada5922caf1d39efd4ab138
parentf8adb4d574cf8c67f8391367136edc5469258fdc (diff)
xfs: remove duplicated #include
Remove duplicated #include('s) in fs/xfs/linux-2.6/xfs_quotaops.c Signed-off-by: Huang Weiyi <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Signed-off-by: Alex Elder <[email protected]>
-rw-r--r--fs/xfs/linux-2.6/xfs_quotaops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_quotaops.c b/fs/xfs/linux-2.6/xfs_quotaops.c
index 2e73688dae9c..a184793f2399 100644
--- a/fs/xfs/linux-2.6/xfs_quotaops.c
+++ b/fs/xfs/linux-2.6/xfs_quotaops.c
@@ -23,7 +23,6 @@
#include "xfs_ag.h"
#include "xfs_mount.h"
#include "xfs_quota.h"
-#include "xfs_log.h"
#include "xfs_trans.h"
#include "xfs_bmap_btree.h"
#include "xfs_inode.h"