diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-22 20:17:23 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 12:47:33 -0700 |
| commit | 5e3f94dfe3c69bc2a711a9dc3b1635e7ff91ab54 (patch) | |
| tree | 22e5311dc7a262a2f42cba2b801348baa717dc15 /bundle-uri.c | |
| parent | 53dca334d6c56488994c0c80a247707419cddbfc (diff) | |
| download | git-5e3f94dfe3c69bc2a711a9dc3b1635e7ff91ab54.tar.xz | |
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>
Diffstat (limited to 'bundle-uri.c')
| -rw-r--r-- | bundle-uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle-uri.c b/bundle-uri.c index 6d44662ee1..ec1552bbca 100644 --- a/bundle-uri.c +++ b/bundle-uri.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "bundle-uri.h" #include "bundle.h" #include "copy.h" |
