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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/complex/clog.c b/src/complex/clog.c
index 53c209c1..914ca1c6 100644
--- a/src/complex/clog.c
+++ b/src/complex/clog.c
@@ -1,12 +1,12 @@
-# define TGSOURCE "../complex/clog.c"
+# define TGSOURCE "complex/clog.c"
#include "_tgmath.h"
#include <complex.h>
#include "math.h"
#include "fenv.h"
-#include "../math/M_PI.c"
-#include "../math/M_PI_2.c"
-#include "../math/M_PI_4.c"
+#include "math/M_PI.c"
+#include "math/M_PI_2.c"
+#include "math/M_PI_4.c"
TYPE complex TGFN(clog)(TYPE complex z)
{