From: Nicolas Kaiser Date: Wed, 11 Jan 2006 01:06:20 +0000 (+0100) Subject: xfs: header included twice X-Git-Tag: v2.6.16-rc1~435 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=099f7f0a828bfef7b7047101cf52dc44a4b1d76f;p=~emulex%2Finfiniband.git xfs: header included twice Header included twice. Signed-off-by: Nicolas Kaiser Signed-off-by: Adrian Bunk --- diff --git a/fs/xfs/xfs_iomap.c b/fs/xfs/xfs_iomap.c index 45a77a3a6c0..ca7afc83a89 100644 --- a/fs/xfs/xfs_iomap.c +++ b/fs/xfs/xfs_iomap.c @@ -40,7 +40,6 @@ #include "xfs_ialloc.h" #include "xfs_btree.h" #include "xfs_bmap.h" -#include "xfs_bit.h" #include "xfs_rtalloc.h" #include "xfs_error.h" #include "xfs_itable.h"