diff options
Diffstat (limited to 'src/complex/csqrt.c')
| -rw-r--r-- | src/complex/csqrt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/complex/csqrt.c b/src/complex/csqrt.c index fa6b7721..d7f0b65c 100644 --- a/src/complex/csqrt.c +++ b/src/complex/csqrt.c @@ -1,8 +1,8 @@ # define TGSOURCE "complex/csqrt.c" #include "_tgmath.h" #include <complex.h> -#include "math.h" -#include "fenv.h" +#include <math.h> +#include <fenv.h> TYPE complex TGFN(csqrt)(TYPE complex z) { |
