diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-11 05:00:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 17:52:09 +0200 |
commit | 6f2d74304335f571374f786537b2efe5aba9f48c (patch) | |
tree | c53ad467a1a4234a355d43c0da45f0b38055afbb /diff.c | |
parent | treewide: be explicit about dependence on pack-revindex.h (diff) | |
download | git-6f2d74304335f571374f786537b2efe5aba9f48c.tar.xz git-6f2d74304335f571374f786537b2efe5aba9f48c.zip |
treewide: be explicit about dependence on oid-array.h
Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
-rw-r--r-- | diff.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ #include "string-list.h" #include "strvec.h" #include "graph.h" +#include "oid-array.h" #include "packfile.h" #include "parse-options.h" #include "help.h" |