repo.or.cz
/
libgit2
/
github.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
21a351b
)
Fix circular includes between types.h and oid.h
author
Yuriy Chernyshov
<
[email protected]
>
Mon, 31 Mar 2025 10:04:34 +0000
(31 13:04 +0300)
committer
Yuriy Chernyshov
<
[email protected]
>
Mon, 31 Mar 2025 10:04:34 +0000
(31 13:04 +0300)
include/git2/oid.h
patch
|
blob
|
blame
|
history
diff --git
a/include/git2/oid.h
b/include/git2/oid.h
index
b9e02ce
..
f192064
100644
(file)
--- 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"
/**