aboutsummaryrefslogtreecommitdiffstats
path: root/submodule.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 00:41:53 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:10 -0700
commit87bed17907b2cb9a9581a5b8b16b8da264c2a2a8 (patch)
treef8662808d04e11767b55b396a28f64fb854a867e /submodule.c
parentd530c04e2cfec6fccc9b02936b94df26114d6ec9 (diff)
downloadgit-87bed17907b2cb9a9581a5b8b16b8da264c2a2a8.tar.gz
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 'submodule.c')
-rw-r--r--submodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/submodule.c b/submodule.c
index 4f403b9eef..d09bc22d4b 100644
--- a/submodule.c
+++ b/submodule.c
@@ -24,6 +24,7 @@
#include "remote.h"
#include "worktree.h"
#include "parse-options.h"
+#include "object-file.h"
#include "object-name.h"
#include "object-store.h"
#include "commit-reach.h"