commit | e93fc5d721738de978ef06acb62daa3df3c40625 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Apr 11 00:41:50 2023 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Apr 11 08:52:09 2023 -0700 |
tree | 4ec30bf0f9ed8134917b0814dfdc76fcc7b70245 | |
parent | dabab1d6e6c49f3d4a6393a9984e3f6a4e8fb991 [diff] [blame] |
treewide: remove cache.h inclusion due to object-name.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>
diff --git a/transport-helper.c b/transport-helper.c index ca8bec0..6b81694 100644 --- a/transport-helper.c +++ b/transport-helper.c
@@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "transport.h" #include "quote.h" #include "run-command.h"