On 2/23/2023 3:05 AM, Elijah Newren via GitGitGadget wrote: > From: Elijah Newren <newren@xxxxxxxxx> > > Move struct object_info, and a few related #define's from cache.h to > object-store.h. > diff --git a/replace-object.h b/replace-object.h > index 3fbc32eb7b7..3c92ae94610 100644 > --- a/replace-object.h > +++ b/replace-object.h > @@ -1,6 +1,7 @@ > #ifndef REPLACE_OBJECT_H > #define REPLACE_OBJECT_H > > +#include "cache.h" > #include "oidmap.h" > #include "repository.h" > #include "object-store.h" This seems like an unlikely side-effect of the changes you're making. What is the reason we need this? Thanks, -Stolee