Remove redundant inclusion of <sys/cdefs.h>.

Mea culpa.
This commit is contained in:
Ed Schouten 2012-01-05 12:09:39 +00:00
parent cede7d22fe
commit ff3e248a90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229594

View file

@ -43,8 +43,6 @@ _Static_assert(__generic(_Complex_I, float _Complex, 1, 0),
#define complex _Complex
#define I _Complex_I
#include <sys/cdefs.h>
__BEGIN_DECLS
double cabs(double complex);