aboutsummaryrefslogtreecommitdiffstats
path: root/environment.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-02-24 00:09:33 +0000
committerJunio C Hamano <gitster@pobox.com>2023-02-23 17:25:30 -0800
commitcbeab74713b6a97dfe6cf9e3bd9dbf7c68ea4e7b (patch)
tree80d593fd90c17d94268e187ed3e241af995d4957 /environment.c
parent1c02840008b61676373f3703696dc0c07e6eff7d (diff)
downloadgit-cbeab74713b6a97dfe6cf9e3bd9dbf7c68ea4e7b.tar.gz
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 'environment.c')
-rw-r--r--environment.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.c b/environment.c
index 1ee3686fd8..89d89110e4 100644
--- a/environment.c
+++ b/environment.c
@@ -17,6 +17,7 @@
#include "commit.h"
#include "strvec.h"
#include "object-store.h"
+#include "replace-object.h"
#include "tmp-objdir.h"
#include "chdir-notify.h"
#include "shallow.h"