From d706e843e1e2e1b5edca57fe691d9e72fd844ffd Mon Sep 17 00:00:00 2001 From: Linquize Date: Tue, 3 Dec 2013 23:00:50 +0800 Subject: Include git2/revert.h in git2.h --- include/git2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/git2.h b/include/git2.h index d00a20a2e..704fb585a 100644 --- a/include/git2.h +++ b/include/git2.h @@ -43,6 +43,7 @@ #include "git2/remote.h" #include "git2/repository.h" #include "git2/reset.h" +#include "git2/revert.h" #include "git2/revparse.h" #include "git2/revwalk.h" #include "git2/signature.h" -- cgit v1.2.1