From: Elijah Newren Date: Tue, 11 Apr 2023 07:41:58 +0000 (-0700) Subject: treewide: remove cache.h inclusion due to editor.h changes X-Git-Tag: v2.41.0-rc0~61^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e8d4b9db76b6f8712e3be5b7dabe7fd1092921b;p=thirdparty%2Fgit.git treewide: remove cache.h inclusion due to editor.h changes This actually only affects sideband.c, but helps towards removing cache.h inclusion in conjunction with some of the upcoming patches that will be applied. Signed-off-by: Elijah Newren Acked-by: Calvin Wan Signed-off-by: Junio C Hamano --- diff --git a/sideband.c b/sideband.c index 25e2a18571..6cbfd391c4 100644 --- a/sideband.c +++ b/sideband.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "color.h" #include "config.h" #include "editor.h"