summaryrefslogtreecommitdiff
path: root/include/keyboard_protocol.h
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-22 15:03:23 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-29 20:50:47 +0000
commit1b359bdd91da15ea25aaffd0d940ff63b9d72bc5 (patch)
tree193b3670618546b6914c1dab42943e87ba6766a2 /include/keyboard_protocol.h
parent9a8d82d6dd9aadfdfb790e9af8ee3f5663bbbdeb (diff)
downloadchrome-ec-1b359bdd91da15ea25aaffd0d940ff63b9d72bc5.tar.gz
include: Sort header files
Sort all includes in include 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: Ic23f440ebd93519e4341423cf6cb7a298620cbfe Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4049883 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Tristan Honscheid <honscheid@google.com>
Diffstat (limited to 'include/keyboard_protocol.h')
-rw-r--r--include/keyboard_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/keyboard_protocol.h b/include/keyboard_protocol.h
index 7b9006fcc0..8f10c7bd0e 100644
--- a/include/keyboard_protocol.h
+++ b/include/keyboard_protocol.h
@@ -8,8 +8,8 @@
#ifndef __CROS_EC_KEYBOARD_PROTOCOL_H
#define __CROS_EC_KEYBOARD_PROTOCOL_H
-#include "common.h"
#include "button.h"
+#include "common.h"
/* Routines common to all protocols */