summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/dbl-64/e_acosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/dbl-64/e_acosh.c')
-rw-r--r--libc/sysdeps/ieee754/dbl-64/e_acosh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/dbl-64/e_acosh.c b/libc/sysdeps/ieee754/dbl-64/e_acosh.c
index 6ef10cb84..b24a6f645 100644
--- a/libc/sysdeps/ieee754/dbl-64/e_acosh.c
+++ b/libc/sysdeps/ieee754/dbl-64/e_acosh.c
@@ -24,8 +24,8 @@
* acosh(NaN) is NaN without signal.
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
static const double
one = 1.0,