commit | dabab1d6e6c49f3d4a6393a9984e3f6a4e8fb991 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Apr 11 00:41:49 2023 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Apr 11 08:52:09 2023 -0700 |
tree | bb905e4d042fbc3e4b5080e88eccf4181b2e6b93 | |
parent | 5579f44d2fb37e1126e71870b208d93e93e510ac [diff] [blame] |
object-name.h: move declarations for object-name.c functions from cache.h Signed-off-by: Elijah Newren <newren@gmail.com> Acked-by: Calvin Wan <calvinwan@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/diff-lib.c b/diff-lib.c index 8b5cca9..d292405 100644 --- a/diff-lib.c +++ b/diff-lib.c
@@ -8,6 +8,7 @@ #include "diffcore.h" #include "gettext.h" #include "hex.h" +#include "object-name.h" #include "revision.h" #include "cache-tree.h" #include "unpack-trees.h"