From 742ab6c525dde7ae2245ac6874b1139a71716157 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 15 Aug 2020 15:45:09 -0400 Subject: remove unnecessary .. from includes --- src/complex/csin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/complex/csin.c') 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 -- cgit v1.2.1