commit | 87bed17907b2cb9a9581a5b8b16b8da264c2a2a8 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Apr 11 00:41:53 2023 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Apr 11 08:52:10 2023 -0700 |
tree | f8662808d04e11767b55b396a28f64fb854a867e | |
parent | d530c04e2cfec6fccc9b02936b94df26114d6ec9 [diff] [blame] |
object-file.h: move declarations for object-file.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 9e6ad94..f8e0d3b 100644 --- a/diff.c +++ b/diff.c
@@ -35,6 +35,7 @@ #include "help.h" #include "promisor-remote.h" #include "dir.h" +#include "object-file.h" #include "object-name.h" #include "setup.h" #include "strmap.h"