From: Jiapeng Chong Date: Fri, 25 Jul 2025 08:07:05 +0000 (+0800) Subject: btrfs: remove duplicate inclusion of linux/types.h X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6d9cce2d1bb6b70916de351490d1ff197058b88f;p=users%2Fhch%2Fmisc.git btrfs: remove duplicate inclusion of linux/types.h In messages.h there's linux/types.h included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=22939 Signed-off-by: Jiapeng Chong Reviewed-by: David Sterba Signed-off-by: David Sterba --- diff --git a/fs/btrfs/messages.h b/fs/btrfs/messages.h index 022ebc89af85..4416c165644f 100644 --- a/fs/btrfs/messages.h +++ b/fs/btrfs/messages.h @@ -3,7 +3,6 @@ #ifndef BTRFS_MESSAGES_H #define BTRFS_MESSAGES_H -#include #include #include #include