commit | f5653856c26efb2ce722148060518817af2ab023 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue May 16 06:33:50 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jun 21 13:39:53 2023 -0700 |
tree | 3b0291ab941ea62464de82524b8eac0ae059e2b2 | |
parent | 64c8559575a2d91bad66a3c0a7067d9275dd5905 [diff] [blame] |
name-hash.h: move declarations for name-hash.c from cache.h Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/apply.c b/apply.c index 6212ab3..3da33bb 100644 --- a/apply.c +++ b/apply.c
@@ -23,6 +23,7 @@ #include "xdiff-interface.h" #include "ll-merge.h" #include "lockfile.h" +#include "name-hash.h" #include "object-name.h" #include "object-file.h" #include "parse-options.h"