summaryrefslogtreecommitdiffstats
path: root/sideband.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 09:41:58 +0200
committerJunio C Hamano <gitster@pobox.com>2023-04-11 17:52:10 +0200
commit0e8d4b9db76b6f8712e3be5b7dabe7fd1092921b (patch)
treed27e7fc44421552ae95c40d7b0e07e264e6ded63 /sideband.c
parenteditor: move editor-related functions and declarations into common file (diff)
downloadgit-0e8d4b9db76b6f8712e3be5b7dabe7fd1092921b.tar.xz
git-0e8d4b9db76b6f8712e3be5b7dabe7fd1092921b.zip
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>
Diffstat (limited to '')
-rw-r--r--sideband.c2
1 files changed, 1 insertions, 1 deletions
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"