Commit 815c9bc7debb7493f18cb7bca1febc11f5ea3ea6

Vicent Marti 2011-03-23T20:18:34

Remove circular dependency in includes

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/git2/odb_backend.h b/include/git2/odb_backend.h
index 7eadef3..ba41f72 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