summaryrefslogtreecommitdiff
path: root/test/entropy.c
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-23 11:29:10 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-30 02:05:04 +0000
commita147fd5e333e940ff831cd09964ca855b3f78755 (patch)
tree8c616c254360b4568ec66aeb8341a698ca64f829 /test/entropy.c
parent91ba2792dbe8eebedac3f921734ade520e7645d7 (diff)
downloadchrome-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/entropy.c')
-rw-r--r--test/entropy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/entropy.c b/test/entropy.c
index 8fbdb9147f..abac349d76 100644
--- a/test/entropy.c
+++ b/test/entropy.c
@@ -5,8 +5,8 @@
* Tests entropy source.
*/
-#include "console.h"
#include "common.h"
+#include "console.h"
#include "rollback.h"
#include "test_util.h"
#include "timer.h"