From: Andy Shevchenko Date: Tue, 23 Apr 2024 21:18:43 +0000 (+0300) Subject: scsi: core: Don't use "proxy" headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2a7177a804571fe9d0abd7e049d7c129cd34c3f6;p=linux.git scsi: core: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240423211843.3996046-1-andriy.shevchenko@linux.intel.com Signed-off-by: Martin K. Petersen --- diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index d90645f06a3ac..96b3503666703 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h @@ -7,8 +7,9 @@ #define _SCSI_SCSI_H #include -#include -#include + +#include + #include #include #include