summaryrefslogtreecommitdiff
path: root/src/git/revwalk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/revwalk.h')
-rw-r--r--src/git/revwalk.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/git/revwalk.h b/src/git/revwalk.h
index 49fd32174..6a761088a 100644
--- a/src/git/revwalk.h
+++ b/src/git/revwalk.h
@@ -2,8 +2,7 @@
#define INCLUDE_git_revwalk_h__
#include "common.h"
-#include "odb.h"
-#include "commit.h"
+#include "types.h"
/**
* @file git/revwalk.h
@@ -43,8 +42,6 @@ GIT_BEGIN_DECL
*/
#define GIT_SORT_REVERSE (1 << 2)
-typedef struct git_revwalk git_revwalk;
-
/**
* Allocate a new revision walker to iterate through a repo.
*