treewide: remove cache.h inclusion due to object.h changes

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-11 00:41:56 -07:00
committed by Junio C Hamano
parent 8876ea83a7
commit d812c3b6a0
17 changed files with 16 additions and 17 deletions

View File

@ -4,7 +4,7 @@
* Copyright (c) 2008 by Junio C Hamano
*/
#include "cache.h"
#include "git-compat-util.h"
#include "abspath.h"
#include "color.h"
#include "commit.h"