From: Seija Kijin <doremylover123@xxxxxxxxx> These files are already included; we do not need to include them again Signed-off-by: Seija Kijin <doremylover123@xxxxxxxxx> --- git: remove duplicate includes These files are already included; we do not need to include them again Signed-off-by: Seija Kijin doremylover123@xxxxxxxxx Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1394%2FAtariDreams%2Finclude-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1394/AtariDreams/include-v1 Pull-Request: https://github.com/git/git/pull/1394 pack-write.c | 1 - sequencer.c | 1 - unpack-trees.c | 1 - 3 files changed, 3 deletions(-) diff --git a/pack-write.c b/pack-write.c index 00787e306db..33637297487 100644 --- a/pack-write.c +++ b/pack-write.c @@ -5,7 +5,6 @@ #include "chunk-format.h" #include "pack-mtimes.h" #include "oidmap.h" -#include "chunk-format.h" #include "pack-objects.h" void reset_pack_idx_option(struct pack_idx_option *opts) diff --git a/sequencer.c b/sequencer.c index dbd56121e24..bcb662e23be 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" diff --git a/unpack-trees.c b/unpack-trees.c index 8a762aa0772..d11bef96bf3 100644 --- a/unpack-trees.c +++ b/unpack-trees.c @@ -19,7 +19,6 @@ #include "promisor-remote.h" #include "entry.h" #include "parallel-checkout.h" -#include "sparse-index.h" /* * Error messages expected by scripts out of plumbing commands such as base-commit: 57e2c6ebbe7108b35ba30184dcbcb6c34c929ad8 -- gitgitgadget