]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bulk-checkin.c
avoid SHA-1 functions deprecated in OpenSSL 3+
[thirdparty/git.git] / bulk-checkin.c
index 6362b6aabc7f4f363e0e628869cb2213040b4ed1..d843279715c3369ed92f853bd91c0e846af55049 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2011, Google Inc.
  */
-#include "cache.h"
+#include "git-compat-util.h"
 #include "alloc.h"
 #include "bulk-checkin.h"
 #include "environment.h"
@@ -15,7 +15,9 @@
 #include "string-list.h"
 #include "tmp-objdir.h"
 #include "packfile.h"
+#include "object-file.h"
 #include "object-store.h"
+#include "wrapper.h"
 
 static int odb_transaction_nesting;