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