commit | 32a8f510614312cc8b81bbc6a982d08ab7562ab4 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Mar 21 06:26:03 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 21 10:56:53 2023 -0700 |
tree | 4633d5e03c17b0f6fd429a6b0847ed1d27857e40 | |
parent | a64acf7298e87740a596123d2b39fefe623fd46f [diff] [blame] |
environment.h: move declarations for environment.c functions from cache.h Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/notes-utils.c b/notes-utils.c index da08e2e..8797271 100644 --- a/notes-utils.c +++ b/notes-utils.c
@@ -1,6 +1,7 @@ #include "cache.h" #include "config.h" #include "commit.h" +#include "environment.h" #include "gettext.h" #include "refs.h" #include "notes-utils.h"