summaryrefslogtreecommitdiff
path: root/include/complex.h
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/complex.h
parentcede7d22fedb3ab62ece118335a85b5f011ad9e2 (diff)
downloadsrc-test2-ff3e248a9061bd02656490815d1a3309de263368.tar.gz
src-test2-ff3e248a9061bd02656490815d1a3309de263368.zip
Notes
Diffstat (limited to 'include/complex.h')
-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);