From 6d9cce2d1bb6b70916de351490d1ff197058b88f Mon Sep 17 00:00:00 2001 From: Jiapeng Chong Date: Fri, 25 Jul 2025 16:07:05 +0800 Subject: [PATCH] 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 --- fs/btrfs/messages.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/messages.h b/fs/btrfs/messages.h index 022ebc89af855..4416c165644fa 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 -- 2.47.3