summaryrefslogtreecommitdiff
path: root/zephyr/test/ap_power/src/host_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/ap_power/src/host_command.c')
-rw-r--r--zephyr/test/ap_power/src/host_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/ap_power/src/host_command.c b/zephyr/test/ap_power/src/host_command.c
index 4367f8fa44..f0b3b0d732 100644
--- a/zephyr/test/ap_power/src/host_command.c
+++ b/zephyr/test/ap_power/src/host_command.c
@@ -3,12 +3,12 @@
* found in the LICENSE file.
*/
-#include <zephyr/ztest.h>
-
#include "ec_commands.h"
#include "host_command.h"
#include "test_state.h"
+#include <zephyr/ztest.h>
+
ZTEST(host_cmd, test_hibernate_get)
{
struct ec_response_hibernation_delay response;