summaryrefslogtreecommitdiff
path: root/src/complex/casin.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-15 15:45:09 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-15 15:45:09 -0400
commit742ab6c525dde7ae2245ac6874b1139a71716157 (patch)
tree4ec637e7638c2e7edf54503b857d45d7b380c1e0 /src/complex/casin.c
parentc021ac07699a5fd6b176f793021e0c3136b0f6a2 (diff)
remove unnecessary .. from includes
Diffstat (limited to 'src/complex/casin.c')
-rw-r--r--src/complex/casin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/casin.c b/src/complex/casin.c
index e26cc76a..769b586a 100644
--- a/src/complex/casin.c
+++ b/src/complex/casin.c
@@ -1,4 +1,4 @@
-# define TGSOURCE "../complex/casin.c"
+# define TGSOURCE "complex/casin.c"
#include "_tgmath.h"
#include <complex.h>