From c50046ad633f1958107eead2b778422a2f33d7af Mon Sep 17 00:00:00 2001 From: Jeremy Bettis Date: Mon, 28 Nov 2022 10:00:45 -0700 Subject: board: Sort header files Sort all includes in board with the clang-format rules used by the zephyr project. BRANCH=None BUG=b:247100970 TEST=zmake build -a TEST=./twister --clobber -v -i TEST=make -j72 buildall_only runtests TEST=zmake compare-builds -a Signed-off-by: Jeremy Bettis Change-Id: I6ad72b167cbb768a64c338fa633eb4bf5a401897 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4060360 Reviewed-by: Tom Hughes Reviewed-by: Paul Fagerburg Tested-by: Jeremy Bettis Commit-Queue: Jeremy Bettis --- board/fleex/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/fleex') diff --git a/board/fleex/board.c b/board/fleex/board.c index 063222fbe3..c8cecbadd4 100644 --- a/board/fleex/board.c +++ b/board/fleex/board.c @@ -33,8 +33,8 @@ #include "power_button.h" #include "switch.h" #include "system.h" -#include "task.h" #include "tablet_mode.h" +#include "task.h" #include "tcpm/tcpci.h" #include "temp_sensor.h" #include "temp_sensor/thermistor.h" -- cgit v1.2.1