Skip to content

Commit 0e8d4b9

Browse files
newrengitster
authored andcommitted
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 <[email protected]> Acked-by: Calvin Wan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4e12082 commit 0e8d4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sideband.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "cache.h"
1+
#include "git-compat-util.h"
22
#include "color.h"
33
#include "config.h"
44
#include "editor.h"

0 commit comments

Comments
 (0)