summaryrefslogtreecommitdiffstats
path: root/diff-no-index.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-02-24 01:09:35 +0100
committerJunio C Hamano <gitster@pobox.com>2023-02-24 02:25:30 +0100
commiteef65c716ceb23fd4570d1a0dfbd84d7b5f1e039 (patch)
treeab6fe9068e1c16d3004de7dbb24ea36b256bb9fb /diff-no-index.c
parenttreewide: replace cache.h with more direct headers, where possible (diff)
downloadgit-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.c1
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"