commit | d4a4f9291d63b48b368f79bce3151bee9ca28009 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Sat Apr 22 20:17:26 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 24 12:47:33 2023 -0700 |
tree | 1a19e9b334b90f1f018b7930fcfd0a2499e50c9f | |
parent | e1c382141d8072b8c8c07c0bd8265b2b3d01ae2b [diff] [blame] |
commit.h: reduce unnecessary includes Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/parse-options.c b/parse-options.c index b680364..f8a155e 100644 --- a/parse-options.c +++ b/parse-options.c
@@ -5,6 +5,7 @@ #include "commit.h" #include "color.h" #include "gettext.h" +#include "strbuf.h" #include "utf8.h" static int disallow_abbreviated_options;