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 /object-file-convert.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 'object-file-convert.c')
| -rw-r--r-- | object-file-convert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/object-file-convert.c b/object-file-convert.c index 7ab875afe6..7813286596 100644 --- a/object-file-convert.c +++ b/object-file-convert.c @@ -6,7 +6,6 @@ #include "hex.h" #include "repository.h" #include "hash.h" -#include "hash.h" #include "object.h" #include "loose.h" #include "commit.h" |
