treewide: remove cache.h inclusion due to previous changes

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-04-22 20:17:23 +00:00
committed by Junio C Hamano
parent 53dca334d6
commit 5e3f94dfe3
31 changed files with 25 additions and 31 deletions

View File

@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "environment.h"
#include "gettext.h"
#include "range-diff.h"