diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-11 09:41:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 17:52:10 +0200 |
commit | 87bed17907b2cb9a9581a5b8b16b8da264c2a2a8 (patch) | |
tree | f8662808d04e11767b55b396a28f64fb854a867e /builtin/submodule--helper.c | |
parent | treewide: remove cache.h inclusion due to git-zlib changes (diff) | |
download | git-87bed17907b2cb9a9581a5b8b16b8da264c2a2a8.tar.xz git-87bed17907b2cb9a9581a5b8b16b8da264c2a2a8.zip |
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>
Diffstat (limited to 'builtin/submodule--helper.c')
-rw-r--r-- | builtin/submodule--helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 1f087d7bed..5d999f814e 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -24,6 +24,7 @@ #include "revision.h" #include "diffcore.h" #include "diff.h" +#include "object-file.h" #include "object-name.h" #include "object-store.h" #include "advice.h" |