Remove duplicated #include('s) in fs/ceph/auth.c fs/ceph/super.h Signed-off-by: Huang Weiyi <weiyi.huang@xxxxxxxxx> --- fs/ceph/auth.c | 1 - fs/ceph/super.h | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fs/ceph/auth.c b/fs/ceph/auth.c index 9f46de2..5f3f0be 100644 --- a/fs/ceph/auth.c +++ b/fs/ceph/auth.c @@ -3,7 +3,6 @@ #include <linux/module.h> #include <linux/slab.h> #include <linux/err.h> -#include <linux/slab.h> #include "types.h" #include "auth_none.h" diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 3725c9e..e23a4d3 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -13,7 +13,6 @@ #include <linux/slab.h> #include <linux/wait.h> #include <linux/writeback.h> -#include <linux/slab.h> #include "types.h" #include "messenger.h" -- 1.6.1.3 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html