Git fork

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 <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Elijah Newren and committed by
Junio C Hamano
0e8d4b9d 4e120823

+1 -1
+1 -1
sideband.c
··· 1 - #include "cache.h" 1 + #include "git-compat-util.h" 2 2 #include "color.h" 3 3 #include "config.h" 4 4 #include "editor.h"