aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/worktree.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-11 14:24:48 +0900
committerJunio C Hamano <gitster@pobox.com>2019-10-11 14:24:48 +0900
commita4c5d9f66eaab94c874cd59584c0ede44b6e80bc (patch)
tree651e0f1eb45290d25d364b0e1d75f4c41a291e58 /builtin/worktree.c
parentMerge branch 'js/range-diff-noprefix' (diff)
parenttreewide: remove duplicate #include directives (diff)
downloadgit-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.c1
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"