summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-12-23 17:15:00 +0000
committerJunio C Hamano <gitster@pobox.com>2023-12-26 12:04:33 -0800
commitd57c671a511d885a5cd390e3d6064c37af524a91 (patch)
treebefb0901ce9beae0a74f0cf134f8db2b02750072 /builtin/commit-graph.c
parentec2101abf3ea00a3cbb4c88c14d6658fa6d09984 (diff)
treewide: remove unnecessary includes in source files
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, 0 insertions, 1 deletions
diff --git a/builtin/commit-graph.c b/builtin/commit-graph.c
index 81a28c6fcd..666ad574a4 100644
--- a/builtin/commit-graph.c
+++ b/builtin/commit-graph.c
@@ -4,7 +4,6 @@
#include "environment.h"
#include "gettext.h"
#include "hex.h"
-#include "lockfile.h"
#include "parse-options.h"
#include "repository.h"
#include "commit-graph.h"