summaryrefslogtreecommitdiff
path: root/zephyr/test/kingler/src/clamshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/kingler/src/clamshell.c')
-rw-r--r--zephyr/test/kingler/src/clamshell.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zephyr/test/kingler/src/clamshell.c b/zephyr/test/kingler/src/clamshell.c
index 9871db1ca0..88595cc114 100644
--- a/zephyr/test/kingler/src/clamshell.c
+++ b/zephyr/test/kingler/src/clamshell.c
@@ -3,15 +3,15 @@
* found in the LICENSE file.
*/
+#include "zephyr/kernel.h"
+#include <zephyr/drivers/gpio/gpio_emul.h>
+#include <zephyr/ztest.h>
+
#include "cros_board_info.h"
#include "cros_cbi.h"
#include "gpio_signal.h"
#include "hooks.h"
#include "tablet_mode.h"
-#include "zephyr/kernel.h"
-
-#include <zephyr/drivers/gpio/gpio_emul.h>
-#include <zephyr/ztest.h>
static void *clamshell_setup(void)
{