diff options
Diffstat (limited to 'sysdeps/riscv/rvf/s_fmaxf.c')
-rw-r--r-- | sysdeps/riscv/rvf/s_fmaxf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/riscv/rvf/s_fmaxf.c b/sysdeps/riscv/rvf/s_fmaxf.c index 0496f7ed9d..959f953254 100644 --- a/sysdeps/riscv/rvf/s_fmaxf.c +++ b/sysdeps/riscv/rvf/s_fmaxf.c @@ -17,7 +17,6 @@ <http://www.gnu.org/licenses/>. */ #include <math.h> -#include <math_private.h> #include <fenv_private.h> #include <libm-alias-float.h> |