treewide: replace cache.h with more direct headers, where possible

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-02-24 00:09:34 +00:00
committed by Junio C Hamano
parent cbeab74713
commit fc7bd51b06
12 changed files with 30 additions and 11 deletions

3
url.c
View File

@ -1,5 +1,6 @@
#include "cache.h"
#include "git-compat-util.h"
#include "hex.h"
#include "strbuf.h"
#include "url.h"
int is_urlschemechar(int first_flag, int ch)