Commit d706e843e1e2e1b5edca57fe691d9e72fd844ffd

Linquize 2013-12-03T23:00:50

Include git2/revert.h in git2.h

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/git2.h b/include/git2.h
index d00a20a..704fb58 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"