aboutsummaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-02-17 13:30:42 -0800
committerJunio C Hamano <gitster@pobox.com>2026-02-17 13:30:42 -0800
commit354b8d89ac155fb3ae74575b23ee3b38451dfde6 (patch)
treed67250d0bf597d214fdb1c6e8fb14ecc210019cf /commit.c
parentd445421a54a2227808b571c47324c740ddff8da1 (diff)
parent10c68d2577b2c4eb4ca9b259a38a67444068e2d9 (diff)
downloadgit-354b8d89ac155fb3ae74575b23ee3b38451dfde6.tar.xz
Merge branch 'rs/clean-includes'
Clean up redundant includes of header files. * rs/clean-includes: remove duplicate includes
Diffstat (limited to 'commit.c')
-rw-r--r--commit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commit.c b/commit.c
index 9bb471d217..8f68bbea77 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 **);