X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=reflog.c;h=9ad50e7d93e40c7a5f9c7ad0cecb0b7d1766105b;hb=a034e9106ff1a4cb6fcb6f2ea3a1a47b4d2ba173;hp=9c0944308849088e8b69596986fdefd13ee147db;hpb=276699360de022f6244f6a430304deb21379c0c5;p=thirdparty%2Fgit.git diff --git a/reflog.c b/reflog.c index 9c09443088..9ad50e7d93 100644 --- a/reflog.c +++ b/reflog.c @@ -1,9 +1,11 @@ #include "git-compat-util.h" #include "gettext.h" -#include "object-store.h" +#include "object-store-ll.h" #include "reflog.h" #include "refs.h" #include "revision.h" +#include "tree.h" +#include "tree-walk.h" #include "worktree.h" /* Remember to update object flag allocation in object.h */