aboutsummaryrefslogtreecommitdiffstats
path: root/notes.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 00:41:50 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:09 -0700
commite93fc5d721738de978ef06acb62daa3df3c40625 (patch)
tree4ec30bf0f9ed8134917b0814dfdc76fcc7b70245 /notes.c
parentdabab1d6e6c49f3d4a6393a9984e3f6a4e8fb991 (diff)
downloadgit-e93fc5d721738de978ef06acb62daa3df3c40625.tar.gz
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>
Diffstat (limited to 'notes.c')
-rw-r--r--notes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes.c b/notes.c
index c07bcbe348..02f1aa39ae 100644
--- a/notes.c
+++ b/notes.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
#include "config.h"
#include "environment.h"
#include "hex.h"