Remove unnecessary include

I don't think clone.c needs in #include dirent.h and it is not
portable, so let's just get rid of it.
This commit is contained in:
Russell Belfer 2012-09-14 10:31:40 -07:00
parent 38760efb37
commit f4ea176fa8

View File

@ -7,10 +7,6 @@
#include <assert.h> #include <assert.h>
#ifndef GIT_WIN32
#include <dirent.h>
#endif
#include "git2/clone.h" #include "git2/clone.h"
#include "git2/remote.h" #include "git2/remote.h"
#include "git2/revparse.h" #include "git2/revparse.h"