summaryrefslogtreecommitdiffstats
path: root/csum-file.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-03-21 07:26:07 +0100
committerJunio C Hamano <gitster@pobox.com>2023-03-21 18:56:54 +0100
commitd48be35ca6f62e1ddd0161f9bbb4c893ee498bfe (patch)
tree66d12881f4679d03e364693a7bbdecae8ba8fbfe /csum-file.h
parenttreewide: remove cache.h inclusion due to setup.h changes (diff)
downloadgit-d48be35ca6f62e1ddd0161f9bbb4c893ee498bfe.tar.xz
git-d48be35ca6f62e1ddd0161f9bbb4c893ee498bfe.zip
write-or-die.h: move declarations for write-or-die.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 'csum-file.h')
-rw-r--r--csum-file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/csum-file.h b/csum-file.h
index 793a59da12..4cd9014e36 100644
--- a/csum-file.h
+++ b/csum-file.h
@@ -3,6 +3,7 @@
#include "cache.h"
#include "hash.h"
+#include "write-or-die.h"
struct progress;