From 64c8559575a2d91bad66a3c0a7067d9275dd5905 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 16 May 2023 06:33:49 +0000 Subject: run-command.h: move declarations for run-command.c from cache.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- run-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-command.c') diff --git a/run-command.c b/run-command.c index 60c9419866..1ac2848b54 100644 --- a/run-command.c +++ b/run-command.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "run-command.h" #include "environment.h" #include "exec-cmd.h" -- cgit v1.2.3