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:
authorSeija Kijin <doremylover123@gmail.com>2022-12-14 19:52:23 +0300
committerJunio C Hamano <gitster@pobox.com>2022-12-15 03:09:38 +0300
commit92cb135855b71333a77aabe7b5364189c66bf07b (patch)
treefe1e850815529cd5c315a8d5f5eba37658f5cddf /pack-write.c
parentc48035d29b4e524aed3a32f0403676f0d9128863 (diff)
git: remove duplicate includes
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>
Diffstat (limited to 'pack-write.c')
-rw-r--r--pack-write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pack-write.c b/pack-write.c
index 00787e306d..3363729748 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)