svn commit: r229594 - head/include

Ed Schouten ed at FreeBSD.org
Thu Jan 5 12:09:40 UTC 2012


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);


More information about the svn-src-all mailing list