diff options
author | ed <ed@FreeBSD.org> | 2012-01-05 12:09:39 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2012-01-05 12:09:39 +0000 |
commit | 80cefe7b20c5c723c747f3161aeb8485b1037193 (patch) | |
tree | 0dc77073dc043e8585f01291495318b662982adf /include | |
parent | d710ba64f26b022730adec4f66df3880769642de (diff) | |
download | FreeBSD-src-80cefe7b20c5c723c747f3161aeb8485b1037193.zip FreeBSD-src-80cefe7b20c5c723c747f3161aeb8485b1037193.tar.gz |
Remove redundant inclusion of <sys/cdefs.h>.
Mea culpa.
Diffstat (limited to 'include')
-rw-r--r-- | include/complex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/complex.h b/include/complex.h index 395983f..33c7940 100644 --- a/include/complex.h +++ b/include/complex.h @@ -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); |