summaryrefslogtreecommitdiffstats
path: root/builtin/unpack-objects.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-02-24 01:09:33 +0100
committerJunio C Hamano <gitster@pobox.com>2023-02-24 02:25:30 +0100
commitcbeab74713b6a97dfe6cf9e3bd9dbf7c68ea4e7b (patch)
tree80d593fd90c17d94268e187ed3e241af995d4957 /builtin/unpack-objects.c
parentobject-store.h: move struct object_info from cache.h (diff)
downloadgit-cbeab74713b6a97dfe6cf9e3bd9dbf7c68ea4e7b.tar.xz
git-cbeab74713b6a97dfe6cf9e3bd9dbf7c68ea4e7b.zip
replace-object.h: move read_replace_refs declaration from cache.h to here
Adjust several files to be more explicit about their dependency on replace-objects to accommodate this change. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/unpack-objects.c')
-rw-r--r--builtin/unpack-objects.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/unpack-objects.c b/builtin/unpack-objects.c
index e125b12188..1908dcfcff 100644
--- a/builtin/unpack-objects.c
+++ b/builtin/unpack-objects.c
@@ -9,6 +9,7 @@
#include "pack.h"
#include "blob.h"
#include "commit.h"
+#include "replace-object.h"
#include "tag.h"
#include "tree.h"
#include "tree-walk.h"