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 /src/commit.c | |
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 'src/commit.c')
-rw-r--r-- | src/commit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commit.c b/src/commit.c index 1c5cddf7a..8da170cad 100644 --- a/src/commit.c +++ b/src/commit.c @@ -30,7 +30,6 @@ #include "common.h" #include "commit.h" -#include "revwalk.h" #include "signature.h" #define COMMIT_BASIC_PARSE 0x0 |