diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-10-11 14:24:48 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-10-11 14:24:48 +0900 |
| commit | a4c5d9f66eaab94c874cd59584c0ede44b6e80bc (patch) | |
| tree | 651e0f1eb45290d25d364b0e1d75f4c41a291e58 /builtin/worktree.c | |
| parent | Merge branch 'js/range-diff-noprefix' (diff) | |
| parent | treewide: remove duplicate #include directives (diff) | |
| download | git-a4c5d9f66eaab94c874cd59584c0ede44b6e80bc.tar.gz git-a4c5d9f66eaab94c874cd59584c0ede44b6e80bc.zip | |
Merge branch 'rs/dedup-includes'
Code cleanup.
* rs/dedup-includes:
treewide: remove duplicate #include directives
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 fe70656327..4de44f579a 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" |
