summaryrefslogtreecommitdiff
path: root/src/complex/cabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/cabs.c')
-rw-r--r--src/complex/cabs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/complex/cabs.c b/src/complex/cabs.c
index 87e18fb2..b4b78ee5 100644
--- a/src/complex/cabs.c
+++ b/src/complex/cabs.c
@@ -1,8 +1,7 @@
# define TGSOURCE "complex/cabs.c"
-#include "_tgmath.h"
-#include "math.h"
-
#include <complex.h>
+#include <math.h>
+#include "_tgmath.h"
TYPE TGFN(cabs)(TYPE complex z)
{