From: Yang Li Date: Mon, 9 Sep 2024 00:58:02 +0000 (+0800) Subject: bcachefs: Remove duplicated include in backpointers.c X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=abb43dd677f3c5508dc369a61f82f89a8b16b811;p=linux.git bcachefs: Remove duplicated include in backpointers.c The header files bbpos.h is included twice in backpointers.c, so one inclusion of each can be removed. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10783 Signed-off-by: Yang Li Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/backpointers.c b/fs/bcachefs/backpointers.c index b88d1801652c..e11989a57ca0 100644 --- a/fs/bcachefs/backpointers.c +++ b/fs/bcachefs/backpointers.c @@ -3,7 +3,6 @@ #include "bbpos.h" #include "alloc_background.h" #include "backpointers.h" -#include "bbpos.h" #include "bkey_buf.h" #include "btree_cache.h" #include "btree_update.h"