summaryrefslogtreecommitdiff
path: root/src/complex/catanh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/catanh.c')
-rw-r--r--src/complex/catanh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/complex/catanh.c b/src/complex/catanh.c
index 69ccfd48..9c4aaba1 100644
--- a/src/complex/catanh.c
+++ b/src/complex/catanh.c
@@ -1,8 +1,8 @@
# define TGSOURCE "complex/catanh.c"
#include "_tgmath.h"
#include <complex.h>
-#include "math.h"
-#include "fenv.h"
+#include <math.h>
+#include <fenv.h>
TYPE complex TGFN(catanh)(TYPE complex z)
{