summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/ldbl-128/k_tanl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-128/k_tanl.c')
-rw-r--r--libc/sysdeps/ieee754/ldbl-128/k_tanl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-128/k_tanl.c b/libc/sysdeps/ieee754/ldbl-128/k_tanl.c
index 8d63e6d6f..cb2e9473d 100644
--- a/libc/sysdeps/ieee754/ldbl-128/k_tanl.c
+++ b/libc/sysdeps/ieee754/ldbl-128/k_tanl.c
@@ -56,8 +56,8 @@
* = 1 - 2*(tan(y) - (tan(y)^2)/(1+tan(y)))
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
static const long double
one = 1.0L,
pio4hi = 7.8539816339744830961566084581987569936977E-1L,