Merge branch 'master' of https://github.com/xumng123/ZeroTierOne into xumng123-master

Remove unnecessary include
This commit is contained in:
Joseph Henry 2021-05-18 00:24:19 -07:00
commit be7fca254f

View File

@ -28,10 +28,12 @@
#include <sys/stat.h>
#include <sys/uio.h>
#include <dirent.h>
#ifdef ZT_ARCH_ARM_HAS_NEON
#ifdef __LINUX__
#include <sys/auxv.h>
#endif
#endif
#endif
#ifdef __WINDOWS__
#include <wincrypt.h>