commit | b6fdc44c8441d04c6659252cdf9adae240339e17 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Apr 11 00:41:54 2023 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Apr 11 08:52:10 2023 -0700 |
tree | 6ed97662b236d5f8eb906f788c1228979a3c3d29 | |
parent | 87bed17907b2cb9a9581a5b8b16b8da264c2a2a8 [diff] [blame] |
treewide: remove cache.h inclusion due to object-file.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/notes-merge.c b/notes-merge.c index cc9538a..233e49e 100644 --- a/notes-merge.c +++ b/notes-merge.c
@@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "advice.h" #include "commit.h" #include "gettext.h"