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, 7 insertions, 6 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 b475f344c8..bdc9dddc66 100644
--- a/zephyr/test/drivers/default/src/console_cmd/vboot_hash.c
+++ b/zephyr/test/drivers/default/src/console_cmd/vboot_hash.c
@@ -2,12 +2,6 @@
* 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"
@@ -16,6 +10,13 @@
#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 {