diff options
Diffstat (limited to 'src/git/blob.h')
-rw-r--r-- | src/git/blob.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/git/blob.h b/src/git/blob.h index 93ced42ee..f94b1f963 100644 --- a/src/git/blob.h +++ b/src/git/blob.h @@ -2,6 +2,7 @@ #define INCLUDE_git_blob_h__ #include "common.h" +#include "types.h" #include "oid.h" /** @@ -13,9 +14,6 @@ */ GIT_BEGIN_DECL -/** In-memory representation of a blob object. */ -typedef struct git_blob git_blob; - /** * Lookup a blob object from a repository. * The generated blob object is owned by the revision |