summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/flt-32/e_fmodf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/flt-32/e_fmodf.c')
-rw-r--r--libc/sysdeps/ieee754/flt-32/e_fmodf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/flt-32/e_fmodf.c b/libc/sysdeps/ieee754/flt-32/e_fmodf.c
index e82a9ceab..8d8fad4eb 100644
--- a/libc/sysdeps/ieee754/flt-32/e_fmodf.c
+++ b/libc/sysdeps/ieee754/flt-32/e_fmodf.c
@@ -19,8 +19,8 @@
* Method: shift and subtract
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
static const float one = 1.0, Zero[] = {0.0, -0.0,};