diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-03-10 01:14:00 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-03-10 01:14:00 +0000 |
commit | 3989839bfe26b8c28a99727f0c290cbeeb7aea9e (patch) | |
tree | f003da420fc59627c5e994dc298a73ec35341bc4 /libc/sysdeps/powerpc/fpu/w_sqrtf.c | |
parent | 06d9d5232ea8ec9fc7e55acdbdd9a87f09d06755 (diff) | |
download | eglibc2-3989839bfe26b8c28a99727f0c290cbeeb7aea9e.tar.gz |
Merge changes between r17501 and r17530 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17531 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sysdeps/powerpc/fpu/w_sqrtf.c')
-rw-r--r-- | libc/sysdeps/powerpc/fpu/w_sqrtf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/powerpc/fpu/w_sqrtf.c b/libc/sysdeps/powerpc/fpu/w_sqrtf.c index 2989563f6..39b5b20a0 100644 --- a/libc/sysdeps/powerpc/fpu/w_sqrtf.c +++ b/libc/sysdeps/powerpc/fpu/w_sqrtf.c @@ -16,8 +16,8 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include "math.h" -#include "math_private.h" +#include <math.h> +#include <math_private.h> #include <fenv_libc.h> #include <sysdep.h> |