summaryrefslogtreecommitdiff
path: root/unpack-trees.c
diff options
context:
space:
mode:
authorSeija Kijin <doremylover123@gmail.com>2022-12-14 16:52:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-12-15 00:09:38 (GMT)
commit92cb135855b71333a77aabe7b5364189c66bf07b (patch)
treefe1e850815529cd5c315a8d5f5eba37658f5cddf /unpack-trees.c
parentc48035d29b4e524aed3a32f0403676f0d9128863 (diff)
downloadgit-92cb135855b71333a77aabe7b5364189c66bf07b.zip
git-92cb135855b71333a77aabe7b5364189c66bf07b.tar.gz
git-92cb135855b71333a77aabe7b5364189c66bf07b.tar.bz2
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 'unpack-trees.c')
-rw-r--r--unpack-trees.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unpack-trees.c b/unpack-trees.c
index 8a762aa..d11bef9 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