summaryrefslogtreecommitdiff
path: root/zephyr/test/math/src/math_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/math/src/math_util.c')
-rw-r--r--zephyr/test/math/src/math_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/math/src/math_util.c b/zephyr/test/math/src/math_util.c
index a3f26d3fea..184dd2b999 100644
--- a/zephyr/test/math/src/math_util.c
+++ b/zephyr/test/math/src/math_util.c
@@ -3,12 +3,12 @@
* found in the LICENSE file.
*/
-#include <zephyr/ztest.h>
-
+#include "builtin/stdio.h"
#include "common.h"
#include "math.h"
#include "math_util.h"
-#include "builtin/stdio.h"
+
+#include <zephyr/ztest.h>
ZTEST_USER(math, arc_cos__x_below_range)
{