aboutsummaryrefslogtreecommitdiffstats
path: root/combine-diff.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 00:41:49 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:09 -0700
commitdabab1d6e6c49f3d4a6393a9984e3f6a4e8fb991 (patch)
treebb905e4d042fbc3e4b5080e88eccf4181b2e6b93 /combine-diff.c
parent5579f44d2fb37e1126e71870b208d93e93e510ac (diff)
downloadgit-dabab1d6e6c49f3d4a6393a9984e3f6a4e8fb991.tar.gz
object-name.h: move declarations for object-name.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 'combine-diff.c')
-rw-r--r--combine-diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/combine-diff.c b/combine-diff.c
index 6586e4508d..cd5f39f22f 100644
--- a/combine-diff.c
+++ b/combine-diff.c
@@ -7,6 +7,7 @@
#include "diffcore.h"
#include "environment.h"
#include "hex.h"
+#include "object-name.h"
#include "quote.h"
#include "xdiff-interface.h"
#include "xdiff/xmacros.h"