From 77f091ed9f289e55c9cc48d2d937d52f4f317de9 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 11 Apr 2023 00:42:00 -0700 Subject: treewide: remove cache.h inclusion due to pager.h changes Signed-off-by: Elijah Newren Acked-by: Calvin Wan Signed-off-by: Junio C Hamano --- column.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'column.c') diff --git a/column.c b/column.c index c89c90328a..ff2f0abf39 100644 --- a/column.c +++ b/column.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "config.h" #include "column.h" #include "string-list.h" -- cgit v1.2.3