diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-22 20:17:13 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 12:47:32 -0700 |
| commit | 9b5041f647fa5d9921b9b4f8be6b36cb39591166 (patch) | |
| tree | 1155c7d5e2e45383044d914af051b06c00d1539e /diff.c | |
| parent | copy.h: move declarations for copy.c functions from cache.h (diff) | |
| download | git-9b5041f647fa5d9921b9b4f8be6b36cb39591166.tar.gz git-9b5041f647fa5d9921b9b4f8be6b36cb39591166.zip | |
base85.h: move declarations for base85.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 'diff.c')
| -rw-r--r-- | diff.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include "cache.h" #include "abspath.h" #include "alloc.h" +#include "base85.h" #include "config.h" #include "convert.h" #include "environment.h" |
