diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-03-16 23:59:09 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-03-16 23:59:09 +0200 |
commit | b5c5f0f8086ee4e9bccf0703386fd5219ac380c2 (patch) | |
tree | d1e024d75907d24c3fa535b0c95d46437feab01d /include/git2/revwalk.h | |
parent | 7341bf87b111dfa0cf12761389e0e7a118363f42 (diff) | |
download | libgit2-b5c5f0f8086ee4e9bccf0703386fd5219ac380c2.tar.gz |
Fix headers for the new Revision Walker
The "oid.h" header is now included instead of "object.h".
The old "revwalk.h" header has been removed; it was empty.
Diffstat (limited to 'include/git2/revwalk.h')
-rw-r--r-- | include/git2/revwalk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/revwalk.h b/include/git2/revwalk.h index 4b5ea8e06..f3e0152d4 100644 --- a/include/git2/revwalk.h +++ b/include/git2/revwalk.h @@ -27,7 +27,7 @@ #include "common.h" #include "types.h" -#include "object.h" +#include "oid.h" /** * @file git2/revwalk.h |