device/sha1.c: Remove sys/cdefs.h include

This commit is contained in:
Larkin Nickle 2019-07-27 01:52:11 -04:00
parent 2666b028f6
commit 909db0eaf2

View file

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