diff mbox series

[16/24] treewide: remove cache.h inclusion due to editor.h changes

Message ID 4b41942a24ee6845eb4f3055619c5cdb3667bd13.1680361840.git.gitgitgadget@gmail.com (mailing list archive)
State Superseded
Headers show
Series Header cleanups (splitting up cache.h) | expand

Commit Message

Elijah Newren April 1, 2023, 3:10 p.m. UTC
From: Elijah Newren <newren@gmail.com>

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>
---
 sideband.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sideband.c b/sideband.c
index 25e2a185716..6cbfd391c47 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"