diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-15 15:45:09 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-15 15:45:09 -0400 |
commit | 742ab6c525dde7ae2245ac6874b1139a71716157 (patch) | |
tree | 4ec637e7638c2e7edf54503b857d45d7b380c1e0 /src/complex/casin.c | |
parent | c021ac07699a5fd6b176f793021e0c3136b0f6a2 (diff) |
remove unnecessary .. from includes
Diffstat (limited to 'src/complex/casin.c')
-rw-r--r-- | src/complex/casin.c | 2 |
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> |