diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-03-23 20:18:34 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-03-23 20:18:34 +0200 |
commit | 815c9bc7debb7493f18cb7bca1febc11f5ea3ea6 (patch) | |
tree | cfdabaedb3d494973afe10f05b9ce44d025abcc1 /include/git2/odb_backend.h | |
parent | ea269511adee9db7343b802832626dba3f9c382e (diff) | |
download | libgit2-815c9bc7debb7493f18cb7bca1febc11f5ea3ea6.tar.gz |
Remove circular dependency in includes
Diffstat (limited to 'include/git2/odb_backend.h')
-rw-r--r-- | include/git2/odb_backend.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/git2/odb_backend.h b/include/git2/odb_backend.h index 7eadef33e..ba41f726c 100644 --- a/include/git2/odb_backend.h +++ b/include/git2/odb_backend.h @@ -28,7 +28,6 @@ #include "common.h" #include "types.h" #include "oid.h" -#include "odb.h" /** * @file git2/backend.h |