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.c b/diff.c index 89cd0b1..9e6ad94 100644 --- a/diff.c +++ b/diff.c
@@ -35,6 +35,7 @@ #include "help.h" #include "promisor-remote.h" #include "dir.h" +#include "object-name.h" #include "setup.h" #include "strmap.h" #include "wrapper.h"