summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/console_cmd/vboot_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/console_cmd/vboot_hash.c')
-rw-r--r--zephyr/test/drivers/default/src/console_cmd/vboot_hash.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/zephyr/test/drivers/default/src/console_cmd/vboot_hash.c b/zephyr/test/drivers/default/src/console_cmd/vboot_hash.c
index bdc9dddc66..b475f344c8 100644
--- a/zephyr/test/drivers/default/src/console_cmd/vboot_hash.c
+++ b/zephyr/test/drivers/default/src/console_cmd/vboot_hash.c
@@ -2,6 +2,12 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#include <string.h>
+#include <zephyr/fff.h>
+#include <zephyr/shell/shell_dummy.h>
+#include <zephyr/sys/util.h>
+#include <zephyr/ztest.h>
+
#include "console.h"
#include "flash.h"
#include "printf.h"
@@ -10,13 +16,6 @@
#include "test/drivers/test_state.h"
#include "vboot_hash.h"
-#include <string.h>
-
-#include <zephyr/fff.h>
-#include <zephyr/shell/shell_dummy.h>
-#include <zephyr/sys/util.h>
-#include <zephyr/ztest.h>
-
#define CUSTOM_HASH_LENGTH (32)
struct console_cmd_hash_fixture {