From afac6bd6d1a3ea38c800aa82d6d0ceda518b3aec Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Thu, 1 Feb 2018 19:06:12 +0100 Subject: dm unstripe: remove unnecessary header includes Signed-off-by: Heinz Mauelshagen Signed-off-by: Mike Snitzer --- drivers/md/dm-unstripe.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'drivers/md/dm-unstripe.c') diff --git a/drivers/md/dm-unstripe.c b/drivers/md/dm-unstripe.c index cf7ac073d840..954b7ab4e684 100644 --- a/drivers/md/dm-unstripe.c +++ b/drivers/md/dm-unstripe.c @@ -7,12 +7,6 @@ #include "dm.h" #include -#include -#include -#include -#include -#include -#include struct unstripe_c { struct dm_dev *dev; -- cgit