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/conj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/complex/conj.c') diff --git a/src/complex/conj.c b/src/complex/conj.c index 18e50c9c..6f90411f 100644 --- a/src/complex/conj.c +++ b/src/complex/conj.c @@ -1,4 +1,4 @@ -# define TGSOURCE "../complex/conj.c" +# define TGSOURCE "complex/conj.c" #include "_tgmath.h" #include -- cgit v1.2.1