diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-96/s_cbrtl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-96/s_cbrtl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-96/s_cbrtl.c b/sysdeps/ieee754/ldbl-96/s_cbrtl.c index 67cf86dd7a..817de5253f 100644 --- a/sysdeps/ieee754/ldbl-96/s_cbrtl.c +++ b/sysdeps/ieee754/ldbl-96/s_cbrtl.c @@ -19,7 +19,6 @@ <http://www.gnu.org/licenses/>. */ #include <math.h> -#include <math_private.h> #include <libm-alias-ldouble.h> |