From 623b80bef2431f2f0dc550dda9da5cb633c606fd Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 22 Apr 2023 20:17:11 +0000 Subject: server-info.h: move declarations for server-info.c functions from cache.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- server-info.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server-info.c') diff --git a/server-info.c b/server-info.c index 68098ddd1a..55aa04f00a 100644 --- a/server-info.c +++ b/server-info.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "alloc.h" #include "dir.h" #include "environment.h" @@ -11,6 +11,7 @@ #include "packfile.h" #include "object-file.h" #include "object-store.h" +#include "server-info.h" #include "strbuf.h" #include "wrapper.h" -- cgit v1.2.3