Remove double include of remote.h from git2.h

This commit is contained in:
Marcel Groothuis 2011-07-29 19:29:47 +02:00
parent cb1c75635e
commit c7b508e63b

View File

@ -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"