diff options
author | Jeremy Bettis <jbettis@google.com> | 2022-11-23 11:29:10 -0700 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-11-30 02:05:04 +0000 |
commit | a147fd5e333e940ff831cd09964ca855b3f78755 (patch) | |
tree | 8c616c254360b4568ec66aeb8341a698ca64f829 /test/usb_pd_console.c | |
parent | 91ba2792dbe8eebedac3f921734ade520e7645d7 (diff) | |
download | chrome-ec-a147fd5e333e940ff831cd09964ca855b3f78755.tar.gz |
test: Sort header files
Sort all includes in test 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 <jbettis@google.com>
Change-Id: Iae52f99a3a8b5623c1c92722c325ca92816fa856
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4052760
Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Reviewed-by: Aaron Massey <aaronmassey@google.com>
Auto-Submit: Jeremy Bettis <jbettis@chromium.org>
Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
Tested-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'test/usb_pd_console.c')
-rw-r--r-- | test/usb_pd_console.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/usb_pd_console.c b/test/usb_pd_console.c index cb2539fea4..dc574bccf0 100644 --- a/test/usb_pd_console.c +++ b/test/usb_pd_console.c @@ -10,11 +10,11 @@ #include "stdio.h" #include "stdlib.h" #include "string.h" -#include "usb_pe_sm.h" +#include "test_util.h" #include "usb_pd.h" +#include "usb_pe_sm.h" #include "usb_tc_sm.h" #include "util.h" -#include "test_util.h" /* Defined in implementation */ int command_pd(int argc, const char **argv); |