Commit f4ea176f by Russell Belfer

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.
parent 38760efb
......@@ -7,10 +7,6 @@
#include <assert.h>
#ifndef GIT_WIN32
#include <dirent.h>
#endif
#include "git2/clone.h"
#include "git2/remote.h"
#include "git2/revparse.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment