summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/ldbl-opt/s_tan.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-opt/s_tan.c')
-rw-r--r--libc/sysdeps/ieee754/ldbl-opt/s_tan.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-opt/s_tan.c b/libc/sysdeps/ieee754/ldbl-opt/s_tan.c
index 23b45ad28..6b0fec006 100644
--- a/libc/sysdeps/ieee754/ldbl-opt/s_tan.c
+++ b/libc/sysdeps/ieee754/ldbl-opt/s_tan.c
@@ -1,10 +1,5 @@
#include <math_ldbl_opt.h>
-#include <gnu/option-groups.h>
-#if __OPTION_EGLIBC_LIBM_BIG
-# include <sysdeps/ieee754/dbl-64/s_tan.c>
-#else
-# include <sysdeps/ieee754/dbl-wrap/s_tan.c>
-#endif
+#include <sysdeps/ieee754/dbl-64/s_tan.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, tan, tanl, GLIBC_2_0);
#endif