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/mailmap.c b/mailmap.c index d62d7bf..28d389c 100644 --- a/mailmap.c +++ b/mailmap.c
@@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "environment.h" #include "string-list.h" #include "mailmap.h"