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
-2
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);