summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/stm_mems_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/stm_mems_common.c')
-rw-r--r--zephyr/test/drivers/default/src/stm_mems_common.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/zephyr/test/drivers/default/src/stm_mems_common.c b/zephyr/test/drivers/default/src/stm_mems_common.c
index 09f1cf8506..f7c59105b0 100644
--- a/zephyr/test/drivers/default/src/stm_mems_common.c
+++ b/zephyr/test/drivers/default/src/stm_mems_common.c
@@ -3,6 +3,11 @@
* found in the LICENSE file.
*/
+#include <zephyr/ztest.h>
+#include <zephyr/device.h>
+#include <zephyr/devicetree.h>
+#include <errno.h>
+
#include "common.h"
#include "driver/stm_mems_common.h"
#include "emul/emul_common_i2c.h"
@@ -10,12 +15,6 @@
#include "i2c/i2c.h"
#include "test/drivers/test_state.h"
-#include <errno.h>
-
-#include <zephyr/device.h>
-#include <zephyr/devicetree.h>
-#include <zephyr/ztest.h>
-
#define MOCK_EMUL EMUL_DT_GET(DT_NODELABEL(i2c_mock))
#define COMMON_DATA emul_i2c_mock_get_i2c_common_data(MOCK_EMUL)