Author: ed Date: Thu Jan 5 12:09:39 2012 New Revision: 229594 URL: http://svn.freebsd.org/changeset/base/229594
Log: Remove redundant inclusion of <sys/cdefs.h>. Mea culpa. Modified: head/include/complex.h Modified: head/include/complex.h ============================================================================== --- head/include/complex.h Thu Jan 5 12:07:42 2012 (r229593) +++ head/include/complex.h Thu Jan 5 12:09:39 2012 (r229594) @@ -43,8 +43,6 @@ _Static_assert(__generic(_Complex_I, flo #define complex _Complex #define I _Complex_I -#include <sys/cdefs.h> - __BEGIN_DECLS double cabs(double complex); _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
