From 60fdf919e732be66b4dc1c17c20e24d3e149fcd9 Mon Sep 17 00:00:00 2001 From: Yuriy Chernyshov Date: Mon, 31 Mar 2025 13:04:34 +0300 Subject: [PATCH] Fix circular includes between types.h and oid.h --- include/git2/oid.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/git2/oid.h b/include/git2/oid.h index b9e02cee6..f1920648b 100644 --- a/include/git2/oid.h +++ b/include/git2/oid.h @@ -8,7 +8,6 @@ #define INCLUDE_git_oid_h__ #include "common.h" -#include "types.h" #include "experimental.h" /**