summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/common/src/test_rules.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/common/src/test_rules.c')
-rw-r--r--zephyr/test/drivers/common/src/test_rules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/drivers/common/src/test_rules.c b/zephyr/test/drivers/common/src/test_rules.c
index 42195b25d7..e1b1d59480 100644
--- a/zephyr/test/drivers/common/src/test_rules.c
+++ b/zephyr/test/drivers/common/src/test_rules.c
@@ -3,14 +3,14 @@
* found in the LICENSE file.
*/
+#include <zephyr/ztest.h>
+
#include "emul/tcpc/emul_tcpci.h"
#include "motion_sense_fifo.h"
#include "test/drivers/stubs.h"
#include "test/drivers/utils.h"
#include "usb_pd_tcpm.h"
-#include <zephyr/ztest.h>
-
static void motion_sense_fifo_reset_before(const struct ztest_unit_test *test,
void *data)
{