diff options
| author | Elijah Newren <newren@gmail.com> | 2023-05-16 06:34:00 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-06-21 13:39:53 -0700 |
| commit | df6e8744966bfa66ff289f58372bb060fdc6a124 (patch) | |
| tree | 7267d8461f4322e931b8b407627c497d6485b538 /builtin/diff-index.c | |
| parent | c339932bd858e84490c8690d393307a58764d6ed (diff) | |
| download | git-df6e8744966bfa66ff289f58372bb060fdc6a124.tar.gz | |
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>
Diffstat (limited to 'builtin/diff-index.c')
| -rw-r--r-- | builtin/diff-index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/diff-index.c b/builtin/diff-index.c index 1ab8f8b6dc..a8b2c0a4b9 100644 --- a/builtin/diff-index.c +++ b/builtin/diff-index.c @@ -4,6 +4,7 @@ #include "diff-merges.h" #include "commit.h" #include "preload-index.h" +#include "repository.h" #include "revision.h" #include "setup.h" #include "submodule.h" |
