summaryrefslogtreecommitdiff
path: root/server-info.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 20:17:11 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-24 12:47:31 -0700
commit623b80bef2431f2f0dc550dda9da5cb633c606fd (patch)
tree73f90e2bc174dc2e181cee306cf8d3c56e4455a1 /server-info.c
parent0ff73d742b40bc85966d5b7dcc28f438910f771c (diff)
downloadgit-623b80bef2431f2f0dc550dda9da5cb633c606fd.tar.gz
server-info.h: move declarations for server-info.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'server-info.c')
-rw-r--r--server-info.c3
1 files changed, 2 insertions, 1 deletions
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"