diff options
Diffstat (limited to 'sysdeps/ieee754/float128/wcstof128_nan.c')
-rw-r--r-- | sysdeps/ieee754/float128/wcstof128_nan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/ieee754/float128/wcstof128_nan.c b/sysdeps/ieee754/float128/wcstof128_nan.c index ffc72a016a..f504809dcf 100644 --- a/sysdeps/ieee754/float128/wcstof128_nan.c +++ b/sysdeps/ieee754/float128/wcstof128_nan.c @@ -18,7 +18,6 @@ <http://www.gnu.org/licenses/>. */ #include <stdlib/strtod_nan_wide.h> -#include <float128_private.h> -#include <strtod_nan_float128.h> +#include <math-type-macros-float128.h> #define STRTOD_NAN __wcstof128_nan #include <stdlib/strtod_nan_main.c> |