]> git.ipfire.org Git - thirdparty/git.git/blobdiff - graph.c
avoid SHA-1 functions deprecated in OpenSSL 3+
[thirdparty/git.git] / graph.c
diff --git a/graph.c b/graph.c
index 568b6e7cd41512d17cc68e0595675ee858165164..2a9dc430fae105c8d6fb5a8763320ae40fb1e5c8 100644 (file)
--- a/graph.c
+++ b/graph.c
@@ -1,4 +1,5 @@
-#include "cache.h"
+#include "git-compat-util.h"
+#include "gettext.h"
 #include "config.h"
 #include "commit.h"
 #include "color.h"