summaryrefslogtreecommitdiff
path: root/zephyr/test/kingler/src/db_detect_typec.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/kingler/src/db_detect_typec.c')
-rw-r--r--zephyr/test/kingler/src/db_detect_typec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/kingler/src/db_detect_typec.c b/zephyr/test/kingler/src/db_detect_typec.c
index 53716fe552..6662f485bc 100644
--- a/zephyr/test/kingler/src/db_detect_typec.c
+++ b/zephyr/test/kingler/src/db_detect_typec.c
@@ -3,13 +3,13 @@
* found in the LICENSE file.
*/
-#include "zephyr/kernel.h"
-#include <zephyr/drivers/gpio/gpio_emul.h>
-#include <zephyr/ztest.h>
-
#include "gpio_signal.h"
#include "hooks.h"
#include "variant_db_detection.h"
+#include "zephyr/kernel.h"
+
+#include <zephyr/drivers/gpio/gpio_emul.h>
+#include <zephyr/ztest.h>
static void *db_detection_setup(void)
{