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>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:13 +00:00
committed by Junio C Hamano
parent d5fff46f40
commit 9b5041f647
5 changed files with 11 additions and 5 deletions

1
diff.c
View File

@ -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"