diff options
author | Elijah Newren <newren@gmail.com> | 2023-02-24 01:09:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-02-24 02:25:30 +0100 |
commit | eef65c716ceb23fd4570d1a0dfbd84d7b5f1e039 (patch) | |
tree | ab6fe9068e1c16d3004de7dbb24ea36b256bb9fb /diff-no-index.c | |
parent | treewide: replace cache.h with more direct headers, where possible (diff) | |
download | git-eef65c716ceb23fd4570d1a0dfbd84d7b5f1e039.tar.xz git-eef65c716ceb23fd4570d1a0dfbd84d7b5f1e039.zip |
Remove unnecessary includes of builtin.h
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff-no-index.c')
-rw-r--r-- | diff-no-index.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/diff-no-index.c b/diff-no-index.c index 05fafd0019..a3cf358baf 100644 --- a/diff-no-index.c +++ b/diff-no-index.c @@ -13,7 +13,6 @@ #include "diffcore.h" #include "revision.h" #include "log-tree.h" -#include "builtin.h" #include "parse-options.h" #include "string-list.h" #include "dir.h" |