diff options
author | Elijah Newren <newren@gmail.com> | 2023-03-21 07:26:03 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-03-21 18:56:53 +0100 |
commit | 32a8f510614312cc8b81bbc6a982d08ab7562ab4 (patch) | |
tree | 4633d5e03c17b0f6fd429a6b0847ed1d27857e40 /combine-diff.c | |
parent | treewide: remove unnecessary includes of cache.h (diff) | |
download | git-32a8f510614312cc8b81bbc6a982d08ab7562ab4.tar.xz git-32a8f510614312cc8b81bbc6a982d08ab7562ab4.zip |
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>
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 91051dc325..3758e47c4f 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" |