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>2022-12-26 05:42:07 +0300
committerJunio C Hamano <gitster@pobox.com>2022-12-26 05:42:07 +0300
commit3613ab5df571af2fb4106f5bb20a666779d269a3 (patch)
tree815bae99bcbe017a69e5c7153149a3d250df3754 /sequencer.c
parente57caee004362ee855a3bc8fc826abe251eb64f8 (diff)
parent92cb135855b71333a77aabe7b5364189c66bf07b (diff)
Merge branch 'sk/remove-duplicate-includes'
Code clean-up. * sk/remove-duplicate-includes: git: remove duplicate includes
Diffstat (limited to 'sequencer.c')
-rw-r--r--sequencer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sequencer.c b/sequencer.c
index dbd56121e2..bcb662e23b 100644
--- a/sequencer.c
+++ b/sequencer.c
@@ -36,7 +36,6 @@
#include "rebase-interactive.h"
#include "reset.h"
#include "branch.h"
-#include "log-tree.h"
#define GIT_REFLOG_ACTION "GIT_REFLOG_ACTION"