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-05-16 09:34:02 +0300
committerJunio C Hamano <gitster@pobox.com>2023-06-21 23:39:54 +0300
commit88e4e18325d6ddc3d21ffd9eda8259566443a7f7 (patch)
treef1cac705188e7eaeff0cc05d51b0cd8f98d22246 /builtin.h
parent768122900f7af84c2536fd9cb9d205f8ad774322 (diff)
builtin.h: remove unneccessary includes
This also made it clear that a few .c files under builtin/ were depending upon some headers but had forgotten to #include them. Add the missing direct includes while at it. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin.h b/builtin.h
index 3e6c22eef6..d560baa661 100644
--- a/builtin.h
+++ b/builtin.h
@@ -2,8 +2,6 @@
#define BUILTIN_H
#include "git-compat-util.h"
-#include "strbuf.h"
-#include "commit.h"
/*
* builtin API