]> git.ipfire.org Git - thirdparty/git.git/blobdiff - object-name.c
avoid SHA-1 functions deprecated in OpenSSL 3+
[thirdparty/git.git] / object-name.c
index f1edc0035b0534e2d992c02d911bfff344a27fe8..6fc3fa595b87d348dbab071b0d60db02ad4e75fe 100644 (file)
@@ -1,4 +1,6 @@
 #include "cache.h"
+#include "object-name.h"
+#include "advice.h"
 #include "config.h"
 #include "environment.h"
 #include "gettext.h"
@@ -12,7 +14,9 @@
 #include "remote.h"
 #include "dir.h"
 #include "oid-array.h"
+#include "oidtree.h"
 #include "packfile.h"
+#include "pretty.h"
 #include "object-store.h"
 #include "repository.h"
 #include "setup.h"