summaryrefslogtreecommitdiff
path: root/src/complex/cacosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/cacosh.c')
-rw-r--r--src/complex/cacosh.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/complex/cacosh.c b/src/complex/cacosh.c
index b5f1fdb1..908e4938 100644
--- a/src/complex/cacosh.c
+++ b/src/complex/cacosh.c
@@ -4,10 +4,6 @@
#include "math.h"
#include "fenv.h"
-#include "math/M_PI.c"
-#include "math/M_PI_2.c"
-#include "math/M_PI_4.c"
-
TYPE complex TGFN(cacosh)(TYPE complex z)
{
int classr = fpclassify(TGFN(creal)(z));