diff options
| author | Elijah Newren <newren@gmail.com> | 2023-03-21 06:26:03 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-03-21 10:56:53 -0700 |
| commit | 32a8f510614312cc8b81bbc6a982d08ab7562ab4 (patch) | |
| tree | 4633d5e03c17b0f6fd429a6b0847ed1d27857e40 /preload-index.c | |
| parent | treewide: remove unnecessary includes of cache.h (diff) | |
| download | git-32a8f510614312cc8b81bbc6a982d08ab7562ab4.tar.gz git-32a8f510614312cc8b81bbc6a982d08ab7562ab4.zip | |
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>
Diffstat (limited to 'preload-index.c')
| -rw-r--r-- | preload-index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/preload-index.c b/preload-index.c index 4b45e1d691..52544d004e 100644 --- a/preload-index.c +++ b/preload-index.c @@ -4,6 +4,7 @@ #include "cache.h" #include "pathspec.h" #include "dir.h" +#include "environment.h" #include "fsmonitor.h" #include "gettext.h" #include "config.h" |
