From: Bart Van Assche Date: Tue, 17 Dec 2024 21:03:07 +0000 (-0800) Subject: blk-zoned: Minimize #include directives X-Git-Tag: for-6.14/block-20250118~53 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=48ea518d0072e29a7af304258a4cedb3e7eea308;p=linux-block.git blk-zoned: Minimize #include directives Only include those header files that are necessary. Reviewed-by: Christoph Hellwig Reviewed-by: Damien Le Moal Signed-off-by: Bart Van Assche Link: https://lore.kernel.org/r/20241217210310.645966-2-bvanassche@acm.org Signed-off-by: Jens Axboe --- diff --git a/block/blk-zoned.c b/block/blk-zoned.c index 84da1eadff64..1575b887fa38 100644 --- a/block/blk-zoned.c +++ b/block/blk-zoned.c @@ -11,12 +11,8 @@ */ #include -#include #include #include -#include -#include -#include #include #include #include