commit | 987505887058584ebb0e76ba8499f221c80153b6 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Mar 21 06:26:04 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 21 10:56:54 2023 -0700 |
tree | c9c92228afe6e0b3c98cec63d4014ba4e4dd20f7 | |
parent | 32a8f510614312cc8b81bbc6a982d08ab7562ab4 [diff] [blame] |
treewide: remove cache.h inclusion due to environment.h changes Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/prompt.c b/prompt.c index ba10813..3baa33f 100644 --- a/prompt.c +++ b/prompt.c
@@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "config.h" #include "environment.h" #include "run-command.h"