diff options
author | René Scharfe <l.s.r@web.de> | 2019-10-03 14:18:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-04 08:16:00 +0900 |
commit | 2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9 (patch) | |
tree | 37c58178e8af3cb03af77914d717f87a2125a7fc /shallow.c | |
parent | bc12974a897308fd3254cf0cc90319078fe45eea (diff) | |
download | git-2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9.tar.gz |
treewide: remove duplicate #include directives
Found with "git grep '^#include ' '*.c' | sort | uniq -d".
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'shallow.c')
-rw-r--r-- | shallow.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -12,10 +12,7 @@ #include "diff.h" #include "revision.h" #include "commit-slab.h" -#include "revision.h" #include "list-objects.h" -#include "commit-slab.h" -#include "repository.h" #include "commit-reach.h" void set_alternate_shallow_file(struct repository *r, const char *path, int override) |