From: Andrea Gelmini Date: Sun, 23 May 2010 19:47:58 +0000 (+0200) Subject: ceph: removed duplicated #includes X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=984c76908efd3c6795aa03dff16a8fc3496af99f;p=linux-beck.git ceph: removed duplicated #includes fs/ceph/auth.c: linux/slab.h is included more than once. fs/ceph/super.h: linux/slab.h is included more than once. Acked-by: Christoph Lameter Signed-off-by: Andrea Gelmini Signed-off-by: Sage Weil --- diff --git a/fs/ceph/auth.c b/fs/ceph/auth.c index 01c4a1cd53c0..a28ebdf465d7 100644 --- a/fs/ceph/auth.c +++ b/fs/ceph/auth.c @@ -1,7 +1,6 @@ #include "ceph_debug.h" #include -#include #include #include diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 3725c9ee9d08..d84a2527046c 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include