summaryrefslogtreecommitdiff
path: root/common/i2c_hid_touchpad.c
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-22 16:07:09 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-29 22:17:20 +0000
commit599c438e80c634a580c33bfb431472cf36c1cad5 (patch)
treec8758ac487b656e949d82d4ebacd5df1ef8d1714 /common/i2c_hid_touchpad.c
parente6da633c3840a90479a01224fcde04135408c787 (diff)
downloadchrome-ec-599c438e80c634a580c33bfb431472cf36c1cad5.tar.gz
common: Sort header files
Sort all includes in common 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: I70c2ed7bb2ce50c968f3e2dbdc274de3a455129a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4049889 Auto-Submit: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Tomasz Michalec <tmichalec@google.com> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'common/i2c_hid_touchpad.c')
-rw-r--r--common/i2c_hid_touchpad.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/i2c_hid_touchpad.c b/common/i2c_hid_touchpad.c
index 02261d8fa4..2664dabe3e 100644
--- a/common/i2c_hid_touchpad.c
+++ b/common/i2c_hid_touchpad.c
@@ -3,10 +3,9 @@
* found in the LICENSE file.
*/
-#include "i2c_hid_touchpad.h"
-
#include "console.h"
#include "hwtimer.h"
+#include "i2c_hid_touchpad.h"
#include "util.h"
/* 2 bytes for length + 1 byte for report ID */