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 --- protocol-caps.c | 1 - 1 file changed, 1 deletion(-) (limited to 'protocol-caps.c') diff --git a/protocol-caps.c b/protocol-caps.c index ecdd0dc58d..35072ed60b 100644 --- a/protocol-caps.c +++ b/protocol-caps.c @@ -4,7 +4,6 @@ #include "hex.h" #include "pkt-line.h" #include "hash.h" -#include "hex.h" #include "object.h" #include "odb.h" #include "repository.h" -- cgit v1.3-6-g1900