aboutsummaryrefslogtreecommitdiff
path: root/builtin/credential-cache.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/credential-cache.c
parent768122900f7af84c2536fd9cb9d205f8ad774322 (diff)
downloadgit-88e4e18325d6ddc3d21ffd9eda8259566443a7f7.tar.xz
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/credential-cache.c')
-rw-r--r--builtin/credential-cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/credential-cache.c b/builtin/credential-cache.c
index 0ffacfdd83..ff3a47badb 100644
--- a/builtin/credential-cache.c
+++ b/builtin/credential-cache.c
@@ -2,6 +2,7 @@
#include "gettext.h"
#include "parse-options.h"
#include "path.h"
+#include "strbuf.h"
#include "wrapper.h"
#include "write-or-die.h"