diff options
Diffstat (limited to 'src/complex/_tgmath.h')
-rw-r--r-- | src/complex/_tgmath.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/complex/_tgmath.h b/src/complex/_tgmath.h index c317f3dd..31fe7324 100644 --- a/src/complex/_tgmath.h +++ b/src/complex/_tgmath.h @@ -1,5 +1,5 @@ -#include "CMPLX.c" -#include "CMPLXF.c" -#include "CMPLXL.c" +#include "CMPLX.h" +#include "CMPLXF.h" +#include "CMPLXL.h" #include "math/_tgmath.h" |