]> git.ipfire.org Git - thirdparty/git.git/commit
treewide: remove cache.h inclusion due to setup.h changes
authorElijah Newren <newren@gmail.com>
Tue, 21 Mar 2023 06:26:06 +0000 (06:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2023 17:56:54 +0000 (10:56 -0700)
commit61a7b982647bb64779df9be66d9b13ecac811924
tree0ac10b904554ec54fafc95e83f47d5e3c2b37141
parente38da487cc50ce4b5b48085eebcab8268c541579
treewide: remove cache.h inclusion due to setup.h changes

By moving several declarations to setup.h, the previous patch made it
possible to remove the include of cache.h in several source files.  Do
so.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
18 files changed:
line-log.c
path.c
t/helper/test-advise.c
t/helper/test-bloom.c
t/helper/test-config.c
t/helper/test-pack-mtimes.c
t/helper/test-partial-clone.c
t/helper/test-proc-receive.c
t/helper/test-read-graph.c
t/helper/test-ref-store.c
t/helper/test-repository.c
t/helper/test-revision-walking.c
t/helper/test-serve-v2.c
t/helper/test-submodule-nested-repo-config.c
t/helper/test-submodule.c
t/helper/test-subprocess.c
t/helper/test-userdiff.c
worktree.c