commit | 32a8f510614312cc8b81bbc6a982d08ab7562ab4 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Mar 21 06:26:03 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 21 10:56:53 2023 -0700 |
tree | 4633d5e03c17b0f6fd429a6b0847ed1d27857e40 | |
parent | a64acf7298e87740a596123d2b39fefe623fd46f [diff] [blame] |
environment.h: move declarations for environment.c functions from cache.h Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/combine-diff.c b/combine-diff.c index 91051dc..3758e47 100644 --- a/combine-diff.c +++ b/combine-diff.c
@@ -4,6 +4,7 @@ #include "blob.h" #include "diff.h" #include "diffcore.h" +#include "environment.h" #include "hex.h" #include "quote.h" #include "xdiff-interface.h"