diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/s390/fpu/bits/mathinline.h | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index cdffb327b5..2a4f1c4e3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/sysdeps/s390/fpu/bits/mathinline.h b/sysdeps/s390/fpu/bits/mathinline.h index 4d22922f8d..381f2e0bcb 100644 --- a/sysdeps/s390/fpu/bits/mathinline.h +++ b/sysdeps/s390/fpu/bits/mathinline.h @@ -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)) { |