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/csin.c | |
| parent | c021ac07699a5fd6b176f793021e0c3136b0f6a2 (diff) | |
remove unnecessary .. from includes
Diffstat (limited to 'src/complex/csin.c')
| -rw-r--r-- | src/complex/csin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/csin.c b/src/complex/csin.c index 1f96a7a2..5086edba 100644 --- a/src/complex/csin.c +++ b/src/complex/csin.c @@ -1,4 +1,4 @@ -# define TGSOURCE "../complex/csin.c" +# define TGSOURCE "complex/csin.c" #include "_tgmath.h" #include <complex.h> |
