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 /builtin/worktree.c | |
parent | Fourth batch (diff) | |
download | tgif-2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9.tar.xz |
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/worktree.c')
-rw-r--r-- | builtin/worktree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/worktree.c b/builtin/worktree.c index 7f094f8170..0a53788151 100644 --- a/builtin/worktree.c +++ b/builtin/worktree.c @@ -10,7 +10,6 @@ #include "run-command.h" #include "sigchain.h" #include "submodule.h" -#include "refs.h" #include "utf8.h" #include "worktree.h" |