Commit abb43dd6 authored by Yang Li's avatar Yang Li Committed by Kent Overstreet
Browse files

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: default avatarAbaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10783


Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent d5c5b337
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"