aboutsummaryrefslogtreecommitdiffstats
path: root/diff-no-index.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-02-24 00:09:35 +0000
committerJunio C Hamano <gitster@pobox.com>2023-02-23 17:25:30 -0800
commiteef65c716ceb23fd4570d1a0dfbd84d7b5f1e039 (patch)
treeab6fe9068e1c16d3004de7dbb24ea36b256bb9fb /diff-no-index.c
parentfc7bd51b06424694c2e3dd97c11fa095d84d52b1 (diff)
downloadgit-eef65c716ceb23fd4570d1a0dfbd84d7b5f1e039.tar.gz
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"