mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-20 04:07:26 +00:00
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:
parent
38760efb37
commit
f4ea176fa8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user