summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/flt-32/e_hypotf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/flt-32/e_hypotf.c')
-rw-r--r--libc/sysdeps/ieee754/flt-32/e_hypotf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/flt-32/e_hypotf.c b/libc/sysdeps/ieee754/flt-32/e_hypotf.c
index 7ec8ae66b..97e7d34b6 100644
--- a/libc/sysdeps/ieee754/flt-32/e_hypotf.c
+++ b/libc/sysdeps/ieee754/flt-32/e_hypotf.c
@@ -13,8 +13,8 @@
* ====================================================
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
float
__ieee754_hypotf(float x, float y)