diff options
author | Elijah Newren <newren@gmail.com> | 2023-03-21 07:26:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-03-21 18:56:54 +0100 |
commit | 987505887058584ebb0e76ba8499f221c80153b6 (patch) | |
tree | c9c92228afe6e0b3c98cec63d4014ba4e4dd20f7 /gettext.c | |
parent | environment.h: move declarations for environment.c functions from cache.h (diff) | |
download | git-987505887058584ebb0e76ba8499f221c80153b6.tar.xz git-987505887058584ebb0e76ba8499f221c80153b6.zip |
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>
Diffstat (limited to 'gettext.c')
-rw-r--r-- | gettext.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ * Copyright (c) 2010 Ævar Arnfjörð Bjarmason */ -#include "cache.h" +#include "git-compat-util.h" #include "abspath.h" #include "environment.h" #include "exec-cmd.h" |