summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_host_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart_host_command.h')
-rw-r--r--chip/stm32/usart_host_command.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/stm32/usart_host_command.h b/chip/stm32/usart_host_command.h
index ddbd5c5c99..ee4bdd88dc 100644
--- a/chip/stm32/usart_host_command.h
+++ b/chip/stm32/usart_host_command.h
@@ -6,13 +6,12 @@
#ifndef __CROS_EC_USART_HOST_COMMAND_H
#define __CROS_EC_USART_HOST_COMMAND_H
+#include <stdarg.h> /* For va_list */
#include "common.h"
#include "gpio.h"
#include "host_command.h"
#include "usart.h"
-#include <stdarg.h> /* For va_list */
-
/*
* Add data to host command layer buffer.
*/