aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2012-01-05 12:09:39 +0000
committerEd Schouten <ed@FreeBSD.org>2012-01-05 12:09:39 +0000
commitff3e248a9061bd02656490815d1a3309de263368 (patch)
tree0dc77073dc043e8585f01291495318b662982adf /include
parentcede7d22fedb3ab62ece118335a85b5f011ad9e2 (diff)
downloadsrc-ff3e248a9061bd02656490815d1a3309de263368.tar.gz
src-ff3e248a9061bd02656490815d1a3309de263368.zip
Remove redundant inclusion of <sys/cdefs.h>.
Mea culpa.
Notes
Notes: svn path=/head/; revision=229594
Diffstat (limited to 'include')
-rw-r--r--include/complex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/complex.h b/include/complex.h
index 395983fab5c4..33c7940b3324 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);