Commit 553d33732aa69f5dab717181fc3a72b42ce07339

Vicent Martí 2013-12-03T07:05:52

Merge pull request #1982 from linquize/revert.h 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"