Commit c7b508e63bbcb2a378b68a140180f9074a4ace6b

Marcel Groothuis 2011-07-29T19:29:47

Remove double include of remote.h from 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 243824e..35e48b2 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -56,7 +56,6 @@
 #include "git2/config.h"
 #include "git2/remote.h"
 
-#include "git2/remote.h"
 #include "git2/refspec.h"
 #include "git2/net.h"
 #include "git2/transport.h"