summaryrefslogtreecommitdiff
path: root/include/usb_tbt_alt_mode.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/usb_tbt_alt_mode.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/usb_tbt_alt_mode.h')
-rw-r--r--include/usb_tbt_alt_mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usb_tbt_alt_mode.h b/include/usb_tbt_alt_mode.h
index b7d7baa6a2..ff2ad44ed0 100644
--- a/include/usb_tbt_alt_mode.h
+++ b/include/usb_tbt_alt_mode.h
@@ -11,12 +11,12 @@
#ifndef __CROS_EC_USB_TBT_ALT_MODE_H
#define __CROS_EC_USB_TBT_ALT_MODE_H
-#include <stdint.h>
-
#include "tcpm/tcpm.h"
#include "usb_pd_dpm_sm.h"
#include "usb_pd_tcpm.h"
+#include <stdint.h>
+
/*
* Initialize Thunderbolt state for the specified port.
*