aboutsummaryrefslogtreecommitdiffstats
path: root/combine-diff.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 03:00:40 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:09 -0700
commit73359a9b4375e0a0c02bb6b4f50e6782837cdc3f (patch)
tree9a628318f18931636964f63668f03a024e404459 /combine-diff.c
parent6c6ddf92d511c423b8b54fb1b01d563b6f4c58f7 (diff)
downloadgit-73359a9b4375e0a0c02bb6b4f50e6782837cdc3f.tar.gz
treewide: be explicit about dependence on convert.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 44ef6a1a81..6586e4508d 100644
--- a/combine-diff.c
+++ b/combine-diff.c
@@ -1,6 +1,7 @@
#include "cache.h"
#include "object-store.h"
#include "commit.h"
+#include "convert.h"
#include "blob.h"
#include "diff.h"
#include "diffcore.h"