1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-25 13:45:09 +02:00

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 committed by Junio C Hamano
parent 4e120823a3
commit 0e8d4b9db7

View File

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