summaryrefslogtreecommitdiff
path: root/zephyr/test/system_common/src/build_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/system_common/src/build_info.c')
-rw-r--r--zephyr/test/system_common/src/build_info.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/system_common/src/build_info.c b/zephyr/test/system_common/src/build_info.c
index 7983c1f0a4..1057a3c013 100644
--- a/zephyr/test/system_common/src/build_info.c
+++ b/zephyr/test/system_common/src/build_info.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_build_info, NULL, NULL, NULL, NULL, NULL);
FAKE_VALUE_FUNC(const char *, system_get_build_info);