summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/usbc_ppc/src/usbc_ppc.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/usbc_ppc/src/usbc_ppc.c')
-rw-r--r--zephyr/test/drivers/usbc_ppc/src/usbc_ppc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/zephyr/test/drivers/usbc_ppc/src/usbc_ppc.c b/zephyr/test/drivers/usbc_ppc/src/usbc_ppc.c
index c0cd438511..70bf887968 100644
--- a/zephyr/test/drivers/usbc_ppc/src/usbc_ppc.c
+++ b/zephyr/test/drivers/usbc_ppc/src/usbc_ppc.c
@@ -3,16 +3,16 @@
* found in the LICENSE file.
*/
-#include "console.h"
-#include "test/drivers/test_state.h"
-#include "timer.h"
-#include "usbc_ppc.h"
-
#include <zephyr/kernel.h>
#include <zephyr/shell/shell_dummy.h>
#include <zephyr/ztest.h>
#include <zephyr/ztest_assert.h>
+#include "console.h"
+#include "test/drivers/test_state.h"
+#include "timer.h"
+#include "usbc_ppc.h"
+
/* Tests for USBC PPC Common Code */
ZTEST(usbc_ppc, test_ppc_dump__no_args)