treewide: remove cache.h inclusion due to pager.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:42:00 -07:00
committed by Junio C Hamano
parent ca4eed708d
commit 77f091ed9f
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
*/
#define GIT_TEST_PROGRESS_ONLY
#include "cache.h"
#include "git-compat-util.h"
#include "pager.h"
#include "progress.h"
#include "strbuf.h"