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-04-22 23:17:27 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-24 22:47:33 +0300
commite3d2f20e6f14d3cba641a365a733a615278e9e5e (patch)
tree4baf9c5726a95bede75245aaf54cf5de4a67f639 /submodule-config.c
parentd4a4f9291d63b48b368f79bce3151bee9ca28009 (diff)
object-store.h: reduce unnecessary includes
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'submodule-config.c')
-rw-r--r--submodule-config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/submodule-config.c b/submodule-config.c
index 7fc0812b64..58dfbde9ae 100644
--- a/submodule-config.c
+++ b/submodule-config.c
@@ -12,6 +12,7 @@
#include "object-name.h"
#include "object-store.h"
#include "parse-options.h"
+#include "thread-utils.h"
#include "tree-walk.h"
/*