summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-05-16 06:34:02 +0000
committerJunio C Hamano <gitster@pobox.com>2023-06-21 13:39:54 -0700
commit88e4e18325d6ddc3d21ffd9eda8259566443a7f7 (patch)
treef1cac705188e7eaeff0cc05d51b0cd8f98d22246 /builtin/commit-graph.c
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/commit-graph.c')
-rw-r--r--builtin/commit-graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/commit-graph.c b/builtin/commit-graph.c
index a3d00fa232..96a8a67732 100644
--- a/builtin/commit-graph.c
+++ b/builtin/commit-graph.c
@@ -1,4 +1,5 @@
#include "builtin.h"
+#include "commit.h"
#include "config.h"
#include "dir.h"
#include "environment.h"