From 4f0adcd0e61eabe06fe32be66b16559537124b7a Mon Sep 17 00:00:00 2001 From: Andreas Ericsson Date: Tue, 18 Nov 2008 21:28:55 +0100 Subject: Get rid of GIT__PRIVATE macro Using it in the first place means something's wrong. This patch replaces it with an internal header which carries the previously "protected" code instead. Internal source-files simply include "commit.h" and they're done. The internal header includes the public one to make sure we always use the proper prototype. Signed-off-by: Andreas Ericsson Signed-off-by: Shawn O. Pearce --- src/commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commit.c') diff --git a/src/commit.c b/src/commit.c index 7c982100f..ce02d0ef9 100644 --- a/src/commit.c +++ b/src/commit.c @@ -23,7 +23,7 @@ * Boston, MA 02110-1301, USA. */ -#include "git/commit.h" +#include "commit.h" const git_oid *git_commit_id(git_commit *c) { -- cgit v1.2.1