summaryrefslogtreecommitdiff
path: root/include/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/printf.h')
-rw-r--r--include/printf.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/printf.h b/include/printf.h
index a06d8e1c7b..f797ca593e 100644
--- a/include/printf.h
+++ b/include/printf.h
@@ -8,13 +8,12 @@
#ifndef __CROS_EC_PRINTF_H
#define __CROS_EC_PRINTF_H
-#include "common.h"
-#include "console.h"
-
#include <stdarg.h> /* For va_list */
#include <stdbool.h>
#include <stddef.h> /* For size_t */
+#include "console.h"
#include <stdio.h>
+#include "common.h"
/**
* Buffer size in bytes large enough to hold the largest possible timestamp.