diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-11 05:00:40 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 17:52:09 +0200 |
commit | 73359a9b4375e0a0c02bb6b4f50e6782837cdc3f (patch) | |
tree | 9a628318f18931636964f63668f03a024e404459 /combine-diff.c | |
parent | treewide: be explicit about dependence on advice.h (diff) | |
download | git-73359a9b4375e0a0c02bb6b4f50e6782837cdc3f.tar.xz git-73359a9b4375e0a0c02bb6b4f50e6782837cdc3f.zip |
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.c | 1 |
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" |