treewide: remove cache.h inclusion due to environment.h 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-03-21 06:26:04 +00:00
committed by Junio C Hamano
parent 32a8f51061
commit 9875058870
9 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
* Copyright (c) 2010 Ævar Arnfjörð Bjarmason
*/
#include "cache.h"
#include "git-compat-util.h"
#include "abspath.h"
#include "environment.h"
#include "exec-cmd.h"