aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32/s_cbrtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/flt-32/s_cbrtf.c')
-rw-r--r--sysdeps/ieee754/flt-32/s_cbrtf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ieee754/flt-32/s_cbrtf.c b/sysdeps/ieee754/flt-32/s_cbrtf.c
index 14233ab..ca792db 100644
--- a/sysdeps/ieee754/flt-32/s_cbrtf.c
+++ b/sysdeps/ieee754/flt-32/s_cbrtf.c
@@ -18,8 +18,8 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
#define CBRT2 1.2599210498948731648 /* 2^(1/3) */