summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/host_cmd/src/usb_pd_host_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/host_cmd/src/usb_pd_host_cmd.c')
-rw-r--r--zephyr/test/drivers/host_cmd/src/usb_pd_host_cmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/drivers/host_cmd/src/usb_pd_host_cmd.c b/zephyr/test/drivers/host_cmd/src/usb_pd_host_cmd.c
index 3afc90760a..d95461f274 100644
--- a/zephyr/test/drivers/host_cmd/src/usb_pd_host_cmd.c
+++ b/zephyr/test/drivers/host_cmd/src/usb_pd_host_cmd.c
@@ -3,14 +3,14 @@
* found in the LICENSE file.
*/
-#include <zephyr/kernel.h>
-#include <zephyr/ztest.h>
-
#include "ec_commands.h"
#include "host_command.h"
#include "test/drivers/test_state.h"
#include "usb_pd.h"
+#include <zephyr/kernel.h>
+#include <zephyr/ztest.h>
+
ZTEST_USER(usb_pd_host_cmd, test_hc_pd_host_event_status)
{
struct ec_response_host_event_status response;