summaryrefslogtreecommitdiffstats
path: root/include/complex.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-01-05 12:09:39 +0000
committered <ed@FreeBSD.org>2012-01-05 12:09:39 +0000
commit80cefe7b20c5c723c747f3161aeb8485b1037193 (patch)
tree0dc77073dc043e8585f01291495318b662982adf /include/complex.h
parentd710ba64f26b022730adec4f66df3880769642de (diff)
downloadFreeBSD-src-80cefe7b20c5c723c747f3161aeb8485b1037193.zip
FreeBSD-src-80cefe7b20c5c723c747f3161aeb8485b1037193.tar.gz
Remove redundant inclusion of <sys/cdefs.h>.
Mea culpa.
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 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);
OpenPOWER on IntegriCloud