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