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 /send-pack.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 'send-pack.c')
-rw-r--r--send-pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send-pack.c b/send-pack.c
index 954104673f..423a5cfe22 100644
--- a/send-pack.c
+++ b/send-pack.c
@@ -1,4 +1,4 @@
-#include "builtin.h"
+#include "git-compat-util.h"
#include "config.h"
#include "commit.h"
#include "hex.h"