summaryrefslogtreecommitdiffstats
path: root/csum-file.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-03-21 07:26:04 +0100
committerJunio C Hamano <gitster@pobox.com>2023-03-21 18:56:54 +0100
commit987505887058584ebb0e76ba8499f221c80153b6 (patch)
treec9c92228afe6e0b3c98cec63d4014ba4e4dd20f7 /csum-file.c
parentenvironment.h: move declarations for environment.c functions from cache.h (diff)
downloadgit-987505887058584ebb0e76ba8499f221c80153b6.tar.xz
git-987505887058584ebb0e76ba8499f221c80153b6.zip
treewide: remove cache.h inclusion due to environment.h changes
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'csum-file.c')
-rw-r--r--csum-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csum-file.c b/csum-file.c
index 2d22f80d90..82ae2973d3 100644
--- a/csum-file.c
+++ b/csum-file.c
@@ -7,7 +7,7 @@
* files. Useful when you write a file that you want to be
* able to verify hasn't been messed with afterwards.
*/
-#include "cache.h"
+#include "git-compat-util.h"
#include "progress.h"
#include "csum-file.h"
#include "wrapper.h"