diff options
Diffstat (limited to 'src/git/index.h')
-rw-r--r-- | src/git/index.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/git/index.h b/src/git/index.h index fd5710622..8bdced6a3 100644 --- a/src/git/index.h +++ b/src/git/index.h @@ -2,7 +2,7 @@ #define INCLUDE_git_index_h__ #include "common.h" -#include "oid.h" +#include "types.h" /** * @file git/index.h @@ -19,10 +19,6 @@ GIT_BEGIN_DECL #define GIT_IDXENTRY_VALID (0x8000) #define GIT_IDXENTRY_STAGESHIFT 12 -/** Memory representation of an index file. */ -typedef struct git_index git_index; - - /** Time used in a git index entry */ typedef struct { unsigned int seconds; |