diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-08 14:04:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-08 14:04:05 +0000 |
commit | 0a3ad40da92c0036bd3bd87949f7d7d9864c31c7 (patch) | |
tree | 2f0db5066702ff88d3686790806d8c93465ad5ae /sysdeps/s390 | |
parent | 06d6611aacdfcbc0bea3033b59b6bb2e35491fef (diff) | |
download | glibc-0a3ad40da92c0036bd3bd87949f7d7d9864c31c7.tar glibc-0a3ad40da92c0036bd3bd87949f7d7d9864c31c7.tar.gz glibc-0a3ad40da92c0036bd3bd87949f7d7d9864c31c7.tar.bz2 glibc-0a3ad40da92c0036bd3bd87949f7d7d9864c31c7.zip |
Update.
* sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.
Diffstat (limited to 'sysdeps/s390')
-rw-r--r-- | sysdeps/s390/fpu/bits/mathinline.h | 4 |
1 files changed, 0 insertions, 4 deletions
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)) { |