csum-file.h: remove unnecessary inclusion of cache.h
commitec2f02696157d3781fbfd410f0017c49cc1eda01
authorElijah Newren <newren@gmail.com>
Tue, 21 Mar 2023 06:26:08 +0000 (21 06:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2023 17:56:55 +0000 (21 10:56 -0700)
tree4fdabe7153677a2ff5cb361ad0d32f6f1a525a73
parentd48be35ca6f62e1ddd0161f9bbb4c893ee498bfe
csum-file.h: remove unnecessary inclusion of cache.h

With the change in the last commit to move several functions to
write-or-die.h, csum-file.h no longer needs to include cache.h.
However, removing that include forces several other C files, which
directly or indirectly dependend upon csum-file.h's inclusion of
cache.h, to now be more explicit about their dependencies.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
12 files changed:
bulk-checkin.c
chunk-format.c
commit-graph.c
csum-file.h
delta-islands.c
fetch-pack.c
midx.c
object-file.c
pack-bitmap-write.c
pack-bitmap.c
pack.h
packfile.c