summaryrefslogtreecommitdiffstats
path: root/builtin/gc.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 09:41:53 +0200
committerJunio C Hamano <gitster@pobox.com>2023-04-11 17:52:10 +0200
commit87bed17907b2cb9a9581a5b8b16b8da264c2a2a8 (patch)
treef8662808d04e11767b55b396a28f64fb854a867e /builtin/gc.c
parenttreewide: remove cache.h inclusion due to git-zlib changes (diff)
downloadgit-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/gc.c')
-rw-r--r--builtin/gc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/gc.c b/builtin/gc.c
index 000a2ef5e1..b95154fba1 100644
--- a/builtin/gc.c
+++ b/builtin/gc.c
@@ -25,6 +25,7 @@
#include "commit.h"
#include "commit-graph.h"
#include "packfile.h"
+#include "object-file.h"
#include "object-store.h"
#include "pack.h"
#include "pack-objects.h"