Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-02-24 03:09:35 +0300
committerJunio C Hamano <gitster@pobox.com>2023-02-24 04:25:30 +0300
commiteef65c716ceb23fd4570d1a0dfbd84d7b5f1e039 (patch)
treeab6fe9068e1c16d3004de7dbb24ea36b256bb9fb /diff-no-index.c
parentfc7bd51b06424694c2e3dd97c11fa095d84d52b1 (diff)
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"