Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-11 08:24:48 +0300
committerJunio C Hamano <gitster@pobox.com>2019-10-11 08:24:48 +0300
commita4c5d9f66eaab94c874cd59584c0ede44b6e80bc (patch)
tree651e0f1eb45290d25d364b0e1d75f4c41a291e58 /builtin/worktree.c
parent159cdabd87ac61081eeb22002780eb28689e19b3 (diff)
parent2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9 (diff)
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"