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>
This commit is contained in:
Elijah Newren 2023-04-11 00:41:58 -07:00 коммит произвёл Junio C Hamano
Родитель 4e120823a3
Коммит 0e8d4b9db7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#include "cache.h"
#include "git-compat-util.h"
#include "color.h"
#include "config.h"
#include "editor.h"