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