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 01:16:00 +0200 |
commit | 2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9 (patch) | |
tree | 37c58178e8af3cb03af77914d717f87a2125a7fc /builtin/rev-list.c | |
parent | Fourth batch (diff) | |
download | git-2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9.tar.xz git-2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9.zip |
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 'builtin/rev-list.c')
-rw-r--r-- | builtin/rev-list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/rev-list.c b/builtin/rev-list.c index b8dc2e1fba..fb8187fba5 100644 --- a/builtin/rev-list.c +++ b/builtin/rev-list.c @@ -18,7 +18,6 @@ #include "reflog-walk.h" #include "oidset.h" #include "packfile.h" -#include "object-store.h" static const char rev_list_usage[] = "git rev-list [OPTION] <commit-id>... [ -- paths... ]\n" |