aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/index-pack.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-08 16:22:10 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-08 16:22:10 -0800
commit0f7a10a3aad344a28f0f30b32a979925a9629533 (patch)
tree1cc568818c02a2b9eee943dbb07d9485f93e3801 /builtin/index-pack.c
parentMerge branch 'ml/doc-merge-updates' into maint-2.43 (diff)
parenttreewide: remove unnecessary includes in source files (diff)
downloadgit-0f7a10a3aad344a28f0f30b32a979925a9629533.tar.gz
git-0f7a10a3aad344a28f0f30b32a979925a9629533.zip
Merge branch 'en/header-cleanup' into maint-2.43
Remove unused header "#include". * en/header-cleanup: treewide: remove unnecessary includes in source files treewide: add direct includes currently only pulled in transitively trace2/tr2_tls.h: remove unnecessary include submodule-config.h: remove unnecessary include pkt-line.h: remove unnecessary include line-log.h: remove unnecessary include http.h: remove unnecessary include fsmonitor--daemon.h: remove unnecessary includes blame.h: remove unnecessary includes archive.h: remove unnecessary include treewide: remove unnecessary includes in source files treewide: remove unnecessary includes from header files
Diffstat (limited to 'builtin/index-pack.c')
-rw-r--r--builtin/index-pack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/index-pack.c b/builtin/index-pack.c
index dda94a9f46..0841b6940a 100644
--- a/builtin/index-pack.c
+++ b/builtin/index-pack.c
@@ -8,11 +8,9 @@
#include "csum-file.h"
#include "blob.h"
#include "commit.h"
-#include "tag.h"
#include "tree.h"
#include "progress.h"
#include "fsck.h"
-#include "exec-cmd.h"
#include "strbuf.h"
#include "streaming.h"
#include "thread-utils.h"