]> git.ipfire.org Git - thirdparty/git.git/blobdiff - server-info.c
ci: add a GitHub workflow to submit Coverity scans
[thirdparty/git.git] / server-info.c
index 55aa04f00abe8f4d8a1a885e603964223bcd5cf7..e2fe0f91432d8089e74c7e562728aca329dec66c 100644 (file)
@@ -1,5 +1,4 @@
 #include "git-compat-util.h"
-#include "alloc.h"
 #include "dir.h"
 #include "environment.h"
 #include "hex.h"
@@ -9,11 +8,11 @@
 #include "commit.h"
 #include "tag.h"
 #include "packfile.h"
+#include "path.h"
 #include "object-file.h"
-#include "object-store.h"
+#include "object-store-ll.h"
 #include "server-info.h"
 #include "strbuf.h"
-#include "wrapper.h"
 
 struct update_info_ctx {
        FILE *cur_fp;