From b5c5f0f8086ee4e9bccf0703386fd5219ac380c2 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Wed, 16 Mar 2011 23:59:09 +0200 Subject: 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. --- src/commit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commit.c') 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 -- cgit v1.2.1