diff options
author | Elijah Newren <newren@gmail.com> | 2023-03-21 07:26:08 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-03-21 18:56:55 +0100 |
commit | ec2f02696157d3781fbfd410f0017c49cc1eda01 (patch) | |
tree | 4fdabe7153677a2ff5cb361ad0d32f6f1a525a73 /shallow.c | |
parent | write-or-die.h: move declarations for write-or-die.c functions from cache.h (diff) | |
download | git-ec2f02696157d3781fbfd410f0017c49cc1eda01.tar.xz git-ec2f02696157d3781fbfd410f0017c49cc1eda01.zip |
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>
Diffstat (limited to 'shallow.c')
0 files changed, 0 insertions, 0 deletions