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