diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-22 20:17:26 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 12:47:33 -0700 |
| commit | d4a4f9291d63b48b368f79bce3151bee9ca28009 (patch) | |
| tree | 1a19e9b334b90f1f018b7930fcfd0a2499e50c9f /parse-options-cb.c | |
| parent | fsmonitor: reduce includes of cache.h (diff) | |
| download | git-d4a4f9291d63b48b368f79bce3151bee9ca28009.tar.gz git-d4a4f9291d63b48b368f79bce3151bee9ca28009.zip | |
commit.h: reduce unnecessary includes
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'parse-options-cb.c')
| -rw-r--r-- | parse-options-cb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parse-options-cb.c b/parse-options-cb.c index 26a4c7d08a..be81158f86 100644 --- a/parse-options-cb.c +++ b/parse-options-cb.c @@ -3,6 +3,7 @@ #include "branch.h" #include "commit.h" #include "color.h" +#include "date.h" #include "environment.h" #include "gettext.h" #include "object-name.h" |
