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>
This commit is contained in:
Elijah Newren
2023-03-21 06:26:06 +00:00
committed by Junio C Hamano
parent e38da487cc
commit 61a7b98264
18 changed files with 5 additions and 21 deletions

View File

@ -1,5 +1,4 @@
#include "test-tool.h"
#include "cache.h"
#include "setup.h"
#include "submodule-config.h"