]> git.ipfire.org Git - thirdparty/git.git/commit - fetch-pack.c
treewide: remove unnecessary cache.h inclusion
authorElijah Newren <newren@gmail.com>
Tue, 11 Apr 2023 07:41:48 +0000 (00:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Apr 2023 15:52:09 +0000 (08:52 -0700)
commit5579f44d2fb37e1126e71870b208d93e93e510ac
tree1639dc5556ad7f1c8ca7e62c1e5a6b5a3a48584d
parent5bc07225e5ee8b315289ae26799840721fc0f321
treewide: remove unnecessary cache.h inclusion

Several files were including cache.h solely to get other headers, such
as trace.h and trace2.h.  Since the last few commits have modified
files to make these dependencies more explicit, the inclusion of cache.h
is no longer needed in several cases.  Remove it.

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/simple-ipc/ipc-unix-socket.c
connect.c
fetch-pack.c
pack-write.c
promisor-remote.c
protocol.c
scalar.c
t/helper/test-date.c
trace.c
upload-pack.c