summaryrefslogtreecommitdiff
path: root/common/usb_host_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usb_host_command.c')
-rw-r--r--common/usb_host_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/usb_host_command.c b/common/usb_host_command.c
index 0aeff40d39..83a6e24a7d 100644
--- a/common/usb_host_command.c
+++ b/common/usb_host_command.c
@@ -7,13 +7,13 @@
#include "console.h"
#include "consumer.h"
#include "ec_commands.h"
+#include "queue_policies.h"
#include "host_command.h"
#include "printf.h"
-#include "queue_policies.h"
#include "system.h"
-#include "usb-stream.h"
#include "usb_api.h"
#include "usb_hw.h"
+#include "usb-stream.h"
#include "util.h"
#define CPUTS(outstr) cputs(CC_USB, outstr)