summaryrefslogtreecommitdiff
path: root/common/usbc/usb_prl_sm.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbc/usb_prl_sm.c')
-rw-r--r--common/usbc/usb_prl_sm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/usbc/usb_prl_sm.c b/common/usbc/usb_prl_sm.c
index 5c17459834..db9f460e61 100644
--- a/common/usbc/usb_prl_sm.c
+++ b/common/usbc/usb_prl_sm.c
@@ -20,16 +20,16 @@
#include "system.h"
#include "task.h"
#include "tcpm/tcpm.h"
+#include "util.h"
#include "usb_charge.h"
-#include "usb_emsg.h"
#include "usb_mux.h"
#include "usb_pd.h"
#include "usb_pd_timer.h"
#include "usb_pe_sm.h"
#include "usb_prl_sm.h"
-#include "usb_sm.h"
#include "usb_tc_sm.h"
-#include "util.h"
+#include "usb_emsg.h"
+#include "usb_sm.h"
#include "vpd_api.h"
#ifdef CONFIG_COMMON_RUNTIME