On Sun, Jan 05, 2025 at 09:49:28PM +0800, shejialuo wrote: > diff --git a/refs/packed-backend.c b/refs/packed-backend.c > index 3406f1e71d..d9eb2f8b71 100644 > --- a/refs/packed-backend.c > +++ b/refs/packed-backend.c > @@ -4,6 +4,7 @@ > #include "../config.h" > #include "../dir.h" > #include "../gettext.h" > +#include "../fsck.h" Let's keep the alphabetic ordering here. Other than that I have nothing to add on top of what Karthik mentioned already. Patrick