Merge pull request #129 from larb0b/master

device/sha1.c: Remove sys/cdefs.h include
This commit is contained in:
Jason Benaim 2019-07-26 23:22:26 -07:00 committed by GitHub
commit 118e6331ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,6 @@
#else
#include <string.h>
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/time.h>
#endif