summaryrefslogtreecommitdiff
path: root/src/complex/_tgmath.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-15 15:45:09 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-15 15:45:09 -0400
commit742ab6c525dde7ae2245ac6874b1139a71716157 (patch)
tree4ec637e7638c2e7edf54503b857d45d7b380c1e0 /src/complex/_tgmath.h
parentc021ac07699a5fd6b176f793021e0c3136b0f6a2 (diff)
remove unnecessary .. from includes
Diffstat (limited to 'src/complex/_tgmath.h')
-rw-r--r--src/complex/_tgmath.h2
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"