aboutsummaryrefslogtreecommitdiff
path: root/builtin/pack-objects.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 /builtin/pack-objects.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 'builtin/pack-objects.c')
-rw-r--r--builtin/pack-objects.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c
index 9807dd0eff..e6c8f896ab 100644
--- a/builtin/pack-objects.c
+++ b/builtin/pack-objects.c
@@ -44,7 +44,6 @@
#include "blob.h"
#include "tree.h"
#include "path-walk.h"
-#include "trace2.h"
/*
* Objects we are going to pack are collected in the `to_pack` structure.