diff options
| author | René Scharfe <l.s.r@web.de> | 2026-02-08 13:32:22 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-08 15:03:06 -0800 |
| commit | 10c68d2577b2c4eb4ca9b259a38a67444068e2d9 (patch) | |
| tree | 81f4624963388c0035c64de5b9678a695e140218 /builtin/pack-objects.c | |
| parent | 67ad42147a7acc2af6074753ebd03d904476118f (diff) | |
| download | git-10c68d2577b2c4eb4ca9b259a38a67444068e2d9.tar.xz | |
remove duplicate includes
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 <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/pack-objects.c')
| -rw-r--r-- | builtin/pack-objects.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c index 5846b6a293..9768c7bf0b 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. |
