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>
This commit is contained in:
Elijah Newren
2023-03-21 06:26:03 +00:00
committed by Junio C Hamano
parent a64acf7298
commit 32a8f51061
119 changed files with 330 additions and 207 deletions

1
path.c
View File

@ -3,6 +3,7 @@
*/
#include "cache.h"
#include "abspath.h"
#include "environment.h"
#include "gettext.h"
#include "hex.h"
#include "repository.h"