diff options
Diffstat (limited to 'src/git/tree.h')
-rw-r--r-- | src/git/tree.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/git/tree.h b/src/git/tree.h index f471113a8..d935169d8 100644 --- a/src/git/tree.h +++ b/src/git/tree.h @@ -2,8 +2,8 @@ #define INCLUDE_git_tree_h__ #include "common.h" +#include "types.h" #include "oid.h" -#include "repository.h" /** * @file git/tree.h @@ -14,13 +14,6 @@ */ GIT_BEGIN_DECL - -/** Representation of each one of the entries in a tree object. */ -typedef struct git_tree_entry git_tree_entry; - -/** Representation of a tree object. */ -typedef struct git_tree git_tree; - /** * Lookup a tree object from the repository. * The generated tree object is owned by the revision |