]> git.ipfire.org Git - thirdparty/git.git/commit - patch-ids.c
diff.h: remove unnecessary include of oidset.h
authorElijah Newren <newren@gmail.com>
Tue, 16 May 2023 06:34:00 +0000 (06:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jun 2023 20:39:53 +0000 (13:39 -0700)
commitdf6e8744966bfa66ff289f58372bb060fdc6a124
tree7267d8461f4322e931b8b407627c497d6485b538
parentc339932bd858e84490c8690d393307a58764d6ed
diff.h: remove unnecessary include of oidset.h

This also made it clear that several .c files depended upon various
things that oidset included, but had omitted the direct #include for
those headers.  Add those now.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
30 files changed:
add-interactive.c
add-patch.c
blame.h
builtin/add.c
builtin/diff-files.c
builtin/diff-index.c
builtin/merge-ours.c
builtin/patch-id.c
builtin/range-diff.c
builtin/reflog.c
builtin/reset.c
builtin/rev-parse.c
builtin/revert.c
builtin/shortlog.c
builtin/stash.c
diff-lib.c
diff.h
diffcore-break.c
diffcore-pickaxe.c
line-log.c
merge.c
patch-ids.c
pretty.c
range-diff.c
reflog-walk.c
t/helper/test-fast-rebase.c
t/helper/test-revision-walking.c
transport-helper.c
tree-diff.c
wt-status.c