From d57c671a511d885a5cd390e3d6064c37af524a91 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 23 Dec 2023 17:15:00 +0000 Subject: treewide: remove unnecessary includes in source files Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- notes-utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'notes-utils.c') diff --git a/notes-utils.c b/notes-utils.c index 97c031c26e..08e5dbc607 100644 --- a/notes-utils.c +++ b/notes-utils.c @@ -5,7 +5,6 @@ #include "gettext.h" #include "refs.h" #include "notes-utils.h" -#include "repository.h" #include "strbuf.h" void create_notes_commit(struct repository *r, -- cgit v1.2.3