cache.h: remove unnecessary includes
commit31dfa17b3b83fcf0ff8ba286167b4225dc7d480d
authorElijah Newren <newren@gmail.com>
Tue, 11 Apr 2023 07:42:01 +0000 (11 00:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Apr 2023 15:52:11 +0000 (11 08:52 -0700)
tree50e3a8e0b107736da0c386ea1d91b9715bbddd25
parent77f091ed9f289e55c9cc48d2d937d52f4f317de9
cache.h: remove unnecessary includes

cache.h did not need any of these headers, and nothing that depended
upon cache.h needed them either.  Simply expunge these includes.

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