treewide: remove cache.h inclusion due to git-zlib changes
commitd530c04e2cfec6fccc9b02936b94df26114d6ec9
authorElijah Newren <newren@gmail.com>
Tue, 11 Apr 2023 07:41:52 +0000 (11 00:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Apr 2023 15:52:10 +0000 (11 08:52 -0700)
tree5f425b24cac400df737e882aab3040bb449730f6
parentd88dbaa71864c42df1394be25234d7c187a12f48
treewide: remove cache.h inclusion due to git-zlib changes

This actually only affects http-backend.c, but the git-zlib changes
are going to be instrumental in pulling out an object-file.h which
will help with several more files.

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-backend.c