]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git: remove duplicate includes
authorSeija Kijin <doremylover123@gmail.com>
Wed, 14 Dec 2022 16:52:23 +0000 (16:52 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Dec 2022 00:09:38 +0000 (09:09 +0900)
These files are already included; we do not need to include them again

Signed-off-by: Seija Kijin <doremylover123@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-write.c
sequencer.c
unpack-trees.c

index 00787e306db4c010ae68845f27ed69966fb9e250..336372974872882a235598d254c876e31c49b24a 100644 (file)
@@ -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)
index 9827e1adcbf0de181b7e3eea9a411d60effc2124..f51d403b7de3a0d391665fcf095e439e2e7a5782 100644 (file)
@@ -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"
 
index 8a762aa0772eb4f7e107da6807092fe0a2be1a61..d11bef96bf3b8d46577bc1e055ad4cc58c5f1a64 100644 (file)
@@ -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