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/dir.c b/dir.c index d1f1b1e..aa84099 100644 --- a/dir.c +++ b/dir.c
@@ -13,6 +13,7 @@ #include "dir.h" #include "environment.h" #include "gettext.h" +#include "object-file.h" #include "object-store.h" #include "attr.h" #include "refs.h"