From 10c68d2577b2c4eb4ca9b259a38a67444068e2d9 Mon Sep 17 00:00:00 2001 From: René Scharfe Date: Sun, 8 Feb 2026 13:32:22 +0100 Subject: remove duplicate includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following command reports that some header files are included twice: $ git grep '#include' '*.c' | sort | uniq -cd Remove the second #include line in each case, as it has no effect. Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- commit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'commit.c') diff --git a/commit.c b/commit.c index 28bb5ce029..515d77e7d3 100644 --- a/commit.c +++ b/commit.c @@ -31,7 +31,6 @@ #include "parse.h" #include "object-file.h" #include "object-file-convert.h" -#include "prio-queue.h" static struct commit_extra_header *read_commit_extra_header_lines(const char *buf, size_t len, const char **); -- cgit v1.3