commit | 5e3f94dfe3c69bc2a711a9dc3b1635e7ff91ab54 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Sat Apr 22 20:17:23 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 24 12:47:33 2023 -0700 |
tree | 22e5311dc7a262a2f42cba2b801348baa717dc15 | |
parent | 53dca334d6c56488994c0c80a247707419cddbfc [diff] [blame] |
treewide: remove cache.h inclusion due to previous changes Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/date.c b/date.c index bc030da..a6ca6b3 100644 --- a/date.c +++ b/date.c
@@ -4,7 +4,7 @@ * Copyright (C) Linus Torvalds, 2005 */ -#include "cache.h" +#include "git-compat-util.h" #include "date.h" #include "gettext.h" #include "pager.h"