summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/panic.c')
-rw-r--r--zephyr/test/drivers/default/src/panic.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/zephyr/test/drivers/default/src/panic.c b/zephyr/test/drivers/default/src/panic.c
index 7dcb18e4cf..a2addc786d 100644
--- a/zephyr/test/drivers/default/src/panic.c
+++ b/zephyr/test/drivers/default/src/panic.c
@@ -8,18 +8,17 @@
* @brief Unit Tests for panic.
*/
-#include <zephyr/device.h>
-
-#include <zephyr/logging/log.h>
-#include <zephyr/kernel.h>
-#include <zephyr/ztest.h>
-
#include "common.h"
#include "ec_tasks.h"
#include "panic.h"
#include "test/drivers/stubs.h"
#include "test/drivers/test_state.h"
+#include <zephyr/device.h>
+#include <zephyr/kernel.h>
+#include <zephyr/logging/log.h>
+#include <zephyr/ztest.h>
+
struct panic_test_fixture {
struct panic_data saved_pdata;
};