summaryrefslogtreecommitdiff
path: root/zephyr/test/system_common/src/get_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/system_common/src/get_version.c')
-rw-r--r--zephyr/test/system_common/src/get_version.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/system_common/src/get_version.c b/zephyr/test/system_common/src/get_version.c
index a5e4fd5365..87a41bad58 100644
--- a/zephyr/test/system_common/src/get_version.c
+++ b/zephyr/test/system_common/src/get_version.c
@@ -3,14 +3,14 @@
* found in the LICENSE file.
*/
-#include "host_command.h"
-#include "system.h"
-
#include <zephyr/device.h>
#include <zephyr/fff.h>
#include <zephyr/ztest_assert.h>
#include <zephyr/ztest_test_new.h>
+#include "host_command.h"
+#include "system.h"
+
ZTEST_SUITE(host_cmd_get_version, NULL, NULL, NULL, NULL, NULL);
__override const char *system_get_version(enum ec_image copy)