summaryrefslogtreecommitdiff
path: root/common/usbc/usb_pd_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbc/usb_pd_host.c')
-rw-r--r--common/usbc/usb_pd_host.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/usbc/usb_pd_host.c b/common/usbc/usb_pd_host.c
index 93a8e573a0..0b3958cd47 100644
--- a/common/usbc/usb_pd_host.c
+++ b/common/usbc/usb_pd_host.c
@@ -5,8 +5,6 @@
* Host commands for TCPMv2 USB PD module
*/
-#include <string.h>
-
#include "console.h"
#include "ec_commands.h"
#include "host_command.h"
@@ -16,6 +14,8 @@
#include "usb_pd_tcpm.h"
#include "util.h"
+#include <string.h>
+
#define CPRINTF(format, args...) cprintf(CC_USBPD, format, ##args)
#define CPRINTS(format, args...) cprints(CC_USBPD, format, ##args)