* sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.
This commit is contained in:
Ulrich Drepper 2004-09-08 14:04:05 +00:00
parent 06d6611aac
commit 0a3ad40da9
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,7 @@
2004-09-08 Ulrich Drepper <drepper@redhat.com>
* sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.
* malloc/arena.c: Remove __MALLOC_P uses.
* malloc/malloc.c: Likewise.

View File

@ -52,10 +52,6 @@ __NTH (__signbit (double __x))
/* This code is used internally in the GNU libc. */
#ifdef __LIBC_INTERNAL_MATH_INLINES
#include <sysdep.h>
#include <ldsodefs.h>
#include <dl-procinfo.h>
__MATH_INLINE double
__NTH (__ieee754_sqrt (double x))
{