summaryrefslogtreecommitdiff
path: root/common/usbc/usb_retimer_fw_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbc/usb_retimer_fw_update.c')
-rw-r--r--common/usbc/usb_retimer_fw_update.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/usbc/usb_retimer_fw_update.c b/common/usbc/usb_retimer_fw_update.c
index a8cabf00a2..9b581ea872 100644
--- a/common/usbc/usb_retimer_fw_update.c
+++ b/common/usbc/usb_retimer_fw_update.c
@@ -3,6 +3,9 @@
* found in the LICENSE file.
*/
+#include <stdbool.h>
+#include <stdint.h>
+
#include "builtin/assert.h"
#include "compile_time_macros.h"
#include "console.h"
@@ -12,9 +15,6 @@
#include "usb_mux.h"
#include "usb_tc_sm.h"
-#include <stdbool.h>
-#include <stdint.h>
-
#ifdef CONFIG_COMMON_RUNTIME
#define CPRINTS(format, args...) cprints(CC_USBPD, format, ##args)
#define CPRINTF(format, args...) cprintf(CC_USBPD, format, ##args)