summaryrefslogtreecommitdiff
path: root/chip/stm32/ucpd-stm32gx.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/ucpd-stm32gx.c')
-rw-r--r--chip/stm32/ucpd-stm32gx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/ucpd-stm32gx.c b/chip/stm32/ucpd-stm32gx.c
index 424792c5d0..3fec860200 100644
--- a/chip/stm32/ucpd-stm32gx.c
+++ b/chip/stm32/ucpd-stm32gx.c
@@ -6,8 +6,8 @@
/* STM32GX UCPD module for Chrome EC */
#include "clock.h"
-#include "common.h"
#include "console.h"
+#include "common.h"
#include "driver/tcpm/tcpm.h"
#include "gpio.h"
#include "hooks.h"