diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-02-17 13:30:42 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-17 13:30:42 -0800 |
| commit | 354b8d89ac155fb3ae74575b23ee3b38451dfde6 (patch) | |
| tree | d67250d0bf597d214fdb1c6e8fb14ecc210019cf /commit.c | |
| parent | d445421a54a2227808b571c47324c740ddff8da1 (diff) | |
| parent | 10c68d2577b2c4eb4ca9b259a38a67444068e2d9 (diff) | |
| download | git-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 **); |
