summaryrefslogtreecommitdiff
path: root/pretty.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-03-21 06:26:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-03-21 17:56:53 (GMT)
commit32a8f510614312cc8b81bbc6a982d08ab7562ab4 (patch)
tree4633d5e03c17b0f6fd429a6b0847ed1d27857e40 /pretty.c
parenta64acf7298e87740a596123d2b39fefe623fd46f (diff)
downloadgit-32a8f510614312cc8b81bbc6a982d08ab7562ab4.zip
git-32a8f510614312cc8b81bbc6a982d08ab7562ab4.tar.gz
git-32a8f510614312cc8b81bbc6a982d08ab7562ab4.tar.bz2
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 'pretty.c')
-rw-r--r--pretty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pretty.c b/pretty.c
index 9d7922d..2b6d0f5 100644
--- a/pretty.c
+++ b/pretty.c
@@ -2,6 +2,7 @@
#include "alloc.h"
#include "config.h"
#include "commit.h"
+#include "environment.h"
#include "gettext.h"
#include "hex.h"
#include "utf8.h"